Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Prado
Exceptions
THttpException
PHP 클래스 Prado\Exceptions\THttpException
THttpException represents an exception that is caused by invalid operations of end-users. The {@link getStatusCode StatusCode} gives the type of HTTP error. It is used by {@link TErrorHandler} to provide different error output to users.
부터:
3.0
저자:
Qiang Xue (
[email protected]
)
상속:
extends
TSystemException
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
메소드
설명
__construct
(
$statusCode
,
$errorMessage
)
Constructor.
getStatusCode
( ) :
integer
메소드 상세
__construct()
공개
메소드
Constructor.
public
__construct
(
$statusCode
,
$errorMessage
)
getStatusCode()
공개
메소드
public
getStatusCode
( ) :
integer
리턴
integer
HTTP status code, such as 404, 500, etc.