OAuth OAuthException 클래스

(PECL OAuth >= 0.99.1)


소개

이 예외는 OAuth 확장을 사용하는 동안 예외적인 오류가 발생할 때 발생하며 유용한 디버깅 정보를 포함합니다.


클래스 개요

                  
class OAuthException extends Exception {

  /* Properties */
  public $lastResponse;
  public $debugInfo;

  /* Inherited properties */
  protected string $message = "";
  private string $string = "";
  protected int $code;
  protected string $file = "";
  protected int $line;
  private array $trace = [];
  private ?Throwable $previous = null;

  /* Inherited methods */
  final public Exception::getMessage(): string
  final public Exception::getPrevious(): ?Throwable
  final public Exception::getCode(): int
  final public Exception::getFile(): string
  final public Exception::getLine(): int
  final public Exception::getTrace(): array
  final public Exception::getTraceAsString(): string
  public Exception::__toString(): string
  private Exception::__clone(): void
}
                  
                

Properties

lastResponse
발생한 예외의 응답(있는 경우)
debugInfo