ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
An exception representing a HTTP error. More...
Public Member Functions | |
getHttpStatus () | |
The http status code for the error. More... | |
An exception representing a HTTP error.
This can be used as a generic exception in your application, if you'd like to map HTTP errors to exceptions.
If you'd like to use this, create a new exception class, extending Exception and implementing this interface.
Definition at line 18 of file HttpException.php.
Sabre\HTTP\HttpException::getHttpStatus | ( | ) |
The http status code for the error.
This may either be just the number, or a number and a human-readable message, separated by a space.
Implemented in Sabre\HTTP\ClientHttpException.