Stomp Client StompException 클래스

(PECL stomp >= 0.1.0)


소개

stomp 확장에 의해 발생한 오류를 나타냅니다. PHP의 예외에 대한 자세한 내용은 예외를 참조하십시오.


클래스 개요

                  
class StompException extends Exception {

  /* 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

  /* Methods */
  public getDetails(): string
}
                  
                

목차