PHP 클래스 Gdn_UserException, vanilla

상속: extends Exception
파일 보기 프로젝트 열기: vanilla/vanilla

공개 메소드들

메소드 설명
__construct ( string $Message, $Code = 400, Exception $Previous = null ) Constructs the Gdn_ApplicationException.

메소드 상세

__construct() 공개 메소드

Constructs the Gdn_ApplicationException.
public __construct ( string $Message, $Code = 400, Exception $Previous = null )
$Message string A user readable message for the exception.
$Previous Exception The previous exception used for exception chaining.