diff --git a/twitteroauth/OAuth.php b/twitteroauth/OAuth.php index 8673025..21e9311 100644 --- a/twitteroauth/OAuth.php +++ b/twitteroauth/OAuth.php @@ -26,7 +26,7 @@ Generic exception class */ -if (!class_exists('OAuthException')) { +if (!class_exists('OAuthException', FALSE)) { class OAuthException extends Exception { // pass