PHP 클래스 Phprest\Entity\Error

파일 보기 프로젝트 열기: phprest/phprest 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$code integer
$details array
$message string

공개 메소드들

메소드 설명
__construct ( Exception $exception )
getCode ( ) : integer
getDetails ( ) : array
getMessage ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( Exception $exception )
$exception Exception

getCode() 공개 메소드

public getCode ( ) : integer
리턴 integer

getDetails() 공개 메소드

public getDetails ( ) : array
리턴 array

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

프로퍼티 상세

$code 보호되어 있는 프로퍼티

protected int $code
리턴 integer

$details 보호되어 있는 프로퍼티

protected array $details
리턴 array

$message 보호되어 있는 프로퍼티

protected string $message
리턴 string