# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1376750569 -7200
#      Sat Aug 17 16:42:49 2013 +0200
# Node ID 6ac51cd69c376d4f65da2f518ad06b6565230e44
# Parent  53790b99e502ec43daf9521e02e7efda2b4de6f0
extlib/OAuth.php: comment out OAuthException.

diff --git a/extlib/OAuth.php b/extlib/OAuth.php
--- a/extlib/OAuth.php
+++ b/extlib/OAuth.php
@@ -3,9 +3,10 @@
 
 /* Generic exception class
  */
-class OAuthException extends Exception {
+// Commented out to just use the PHPOAuthException. See http://forum.status.net/discussion/738/fatal-error-cannot-redeclare-class-oauthexception and https://github.com/ginatrapani/ThinkUp/issues/1159 and 
+// class OAuthException extends Exception {
   // pass
-}
+// }
 
 class OAuthConsumer {
   public $key;