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
A number of other libraries and code bases already declare an OAuthException exception class causing a Fatal error: Cannot redeclare class OAuthException notice.
PR #9 wraps it in a if (!class_exists('OAuthException')) to prevent the fatal error if it already has been declared.
The text was updated successfully, but these errors were encountered:
A number of other libraries and code bases already declare an OAuthException exception class causing a
Fatal error: Cannot redeclare class OAuthException
notice.PR #9 wraps it in a
if (!class_exists('OAuthException'))
to prevent the fatal error if it already has been declared.The text was updated successfully, but these errors were encountered: