You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use this library with OAuth included in PHP you get the following error:
PHP Fatal error: Cannot redeclare class OAuthException in OAuth.php on line 8
Please wrap it like that:
if (!class_exists('OAuthException')) {
class OAuthException extends Exception {
// pass
}
}
Original issue reported on code.google.com by [email protected] on 3 Nov 2013 at 12:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Nov 2013 at 12:40The text was updated successfully, but these errors were encountered: