| [ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
Exception based on HTTP response
| File Size: | 78 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Http:: (3 methods):
__construct()
getReason()
get_class()
| __construct($reason = null, $data = null) X-Ref |
| Create a new exception There is no mechanism to pass in the status code, as this is set by the subclass used. Reason phrases can vary, however. param: string|null $reason Reason phrase param: mixed $data Associated data |
| getReason() X-Ref |
| Get the status message. return: string |
| get_class($code) X-Ref |
| Get the correct exception class for a given error code param: int|bool $code HTTP status code, or false if unavailable return: string Exception class name to use |
| Generated: Wed Nov 5 05:10:36 2025 | Cross-referenced by PHPXref 0.7.1 |