PHP 클래스 ManaPHP\Exception

상속: extends Exception
파일 보기 프로젝트 열기: manaphp/manaphp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_bind array

공개 메소드들

메소드 설명
__construct ( string $message = '', integer | array $code, Exception $previous = null ) Exception constructor.
dump ( ) : array
getBind ( ) : array
getLastErrorMessage ( ) : string

메소드 상세

__construct() 공개 메소드

Exception constructor.
public __construct ( string $message = '', integer | array $code, Exception $previous = null )
$message string
$code integer | array
$previous Exception

dump() 공개 메소드

public dump ( ) : array
리턴 array

getBind() 공개 메소드

public getBind ( ) : array
리턴 array

getLastErrorMessage() 공개 정적인 메소드

public static getLastErrorMessage ( ) : string
리턴 string

프로퍼티 상세

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

protected array $_bind
리턴 array