PHP 클래스 Thruway\Exception\WampErrorException

상속: extends Exception, use trait Thruway\Message\Traits\ArgumentsTrait, use trait Thruway\Message\Traits\DetailsTrait
파일 보기 프로젝트 열기: voryx/thruway 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $errorUri, array | null $arguments = null, stdClass | null $argumentsKw = null, stdClass | null $details = null )
getErrorUri ( ) : mixed
setErrorUri ( mixed $errorUri )

메소드 상세

__construct() 공개 메소드

public __construct ( string $errorUri, array | null $arguments = null, stdClass | null $argumentsKw = null, stdClass | null $details = null )
$errorUri string
$arguments array | null
$argumentsKw stdClass | null
$details stdClass | null

getErrorUri() 공개 메소드

public getErrorUri ( ) : mixed
리턴 mixed

setErrorUri() 공개 메소드

public setErrorUri ( mixed $errorUri )
$errorUri mixed