Yar Yar_Server_Exception 클래스

(사용 가능한 버전 정보가 없으며 Git에만 있을 수 있음)


소개

서비스에서 예외가 발생하면 클라이언트 측에서 Yar_Server_Exception이 발생합니다.


클래스 개요

                  
class Yar_Server_Exception extends Exception {

  /* Properties */
  protected $_type;

  /* Methods */
  public getType(): string

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

message
code
file
line
_type

목차