Class THttpException
THttpException class
THttpException represents an exception that is caused by invalid operations of end-users. The StatusCode gives the type of HTTP error. It is used by TErrorHandler to provide different error output to users.
Constructor Summary |
public |
Constructor.
|
Constructor Details |
__construct
Constructor.
|
Method Details |
getStatusCode
public integer getStatusCode |
() |
Output |
integer
| HTTP status code, such as 404, 500, etc. |
Exception |
|
|