OAuthException class
(PECL OAuth >= 0.99.1)
Einführung
This exception is thrown when exceptional errors occur while using the OAuth extension and contains useful debugging information.
Klassenbeschreibung
OAuthException
extends
Exception
{
/* Eigenschaften */
public
$lastResponse
;
public
$debugInfo
;
/* Geerbte Eigenschaften */
/* Geerbte Methoden */
}Eigenschaften
- lastResponse
-
The response of the exception which occurred, if any
- debugInfo