HttpException
Raised for HTTP/request-level failures handled by PhalconKit controllers.
Use this exception for invalid REST query parameters, unsupported content types, authorization failures represented as HTTP status codes, and other request validation errors. The exception code should carry the HTTP status when one is available.
- Full name:
\PhalconKit\Exception\HttpException - Parent class:
\PhalconKit\Exception