**Cause:** PHP Class "OAuthException" can't be redeclared. **Solution:** Only declare if it doesn't already exist **Error message:** `Cannot redeclare class OAuthException`
Cause:
PHP Class "OAuthException" can't be redeclared.
Solution:
Only declare if it doesn't already exist
Error message:
Cannot redeclare class OAuthException