]> git.mxchange.org Git - friendica.git/blobdiff - library/OAuth1.php
And some more templates
[friendica.git] / library / OAuth1.php
index c537f2b252f7db0c8f69967859702bbbb4f30093..47463283161a018099b9aba50710d9159d91f44f 100644 (file)
@@ -3,8 +3,10 @@
 
 /* Generic exception class
  */
-class OAuthException extends Exception {
-  // pass
+if (!class_exists('OAuthException', false)) {
+  class OAuthException extends Exception {
+    // pass
+  }
 }
 
 class OAuthConsumer {