Protect OAuthException declaration to avoid conflict with php-pecl-oauth
This commit is contained in:
parent
540321d0aa
commit
6fd294aac5
|
@ -3,8 +3,10 @@
|
|||
|
||||
/* Generic exception class
|
||||
*/
|
||||
class OAuthException extends Exception {
|
||||
// pass
|
||||
if (!class_exists('OAuthException', false)) {
|
||||
class OAuthException extends Exception {
|
||||
// pass
|
||||
}
|
||||
}
|
||||
|
||||
class OAuthConsumer {
|
||||
|
|
Loading…
Reference in a new issue