Wrap class OAuthException with !class_exists
Same problem and solution as discussed on https://drupal.org/node/1334528pull/671/head
parent
f84c57e7f2
commit
7e5ec9fceb
|
@ -3,8 +3,10 @@
|
|||
|
||||
/* Generic exception class
|
||||
*/
|
||||
class OAuthException extends Exception {
|
||||
// pass
|
||||
if (!class_exists('OAuthException')) {
|
||||
class OAuthException extends Exception {
|
||||
// pass
|
||||
}
|
||||
}
|
||||
|
||||
class OAuthConsumer {
|
||||
|
|
Loading…
Reference in New Issue