You are here

class OAuthException2 in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/OAuthException2.php \OAuthException2
  2. 7.2 lib/oauth-php/library/OAuthException2.php \OAuthException2
  3. 7.4 lib/oauth-php/library/OAuthException2.php \OAuthException2
  4. 7.5 lib/oauth-php/library/OAuthException2.php \OAuthException2
  5. 7.6 lib/oauth-php/library/OAuthException2.php \OAuthException2

Hierarchy

Expanded class hierarchy of OAuthException2

File

lib/oauth-php/library/OAuthException2.php, line 37

View source
class OAuthException2 extends Exception {
  function __construct($message) {
    Exception::__construct($message);
    OAuthRequestLogger::addNote('OAuthException2: ' . $message);
  }

}

Members