Class names are strings. Also, sorry we're touching extlib
This commit is contained in:
parent
d0401b19a5
commit
bf94154c96
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/* Generic exception class
|
/* Generic exception class
|
||||||
*/
|
*/
|
||||||
if (!class_exists(OAuthException)) {
|
if (!class_exists('OAuthException')) {
|
||||||
class OAuthException extends Exception {
|
class OAuthException extends Exception {
|
||||||
// pass
|
// pass
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user