Skip to content

Commit

Permalink
Fix recursive autoloading OAuthException
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSadovy committed Feb 27, 2015
1 parent 3bc1417 commit 6d9bfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitteroauth/OAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Generic exception class
*/

if (!class_exists('OAuthException')) {
if (!class_exists('OAuthException', FALSE)) {
class OAuthException extends Exception
{
// pass
Expand Down

0 comments on commit 6d9bfc5

Please sign in to comment.