PHP 클래스 yii\base\ExitException

Do not catch ExitException. Yii will handle this exception to terminate the application gracefully.
부터: 2.0
저자: Qiang Xue ([email protected])
상속: extends Exception
파일 보기 프로젝트 열기: yiisoft/yii2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$statusCode the exit status code

공개 메소드들

메소드 설명
__construct ( integer $status, string $message = null, integer $code, Exception $previous = null ) Constructor.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( integer $status, string $message = null, integer $code, Exception $previous = null )
$status integer the exit status code
$message string error message
$code integer error code
$previous Exception The previous exception used for the exception chaining.

프로퍼티 상세

$statusCode 공개적으로 프로퍼티

the exit status code
public $statusCode