Inheritance diagram for HttpError:An HTTP error with a user friendly message.
Public Properties | |
| const | MESSAGES |
Public Methods | |
| __construct (int $code, string $message=null, Throwable $previous=null) | |
| __construct | ( | int | $code, |
| string | $message = null, |
||
| Throwable | $previous = null |
||
| ) |
| int | $code | 4xx|5xx |
| null | string | $message | Defaults to the standard description. |
| Throwable | null | $previous |