PHP 클래스 Backend\Core\Engine\Exception

상속: extends SpoonException
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
__construct ( string $message, integer $code )

메소드 상세

__construct() 공개 메소드

public __construct ( string $message, integer $code )
$message string The message of the exception.
$code integer The numeric code of the exception.