Public Member Functions | |
| __construct ($status_code, $fmt=null, $args=null) | |
| Construct a new AnewtException. | |
Definition at line 20 of file urldispatcher.lib.php.
| AnewtHTTPException::__construct | ( | $ | status_code, | |
| $ | fmt = null, |
|||
| $ | args = null | |||
| ) |
Construct a new AnewtException.
| $status_code | The HTTP status code for this error. This should be one of the HTTP_STATUS_* constants. | |
| $fmt | A sprintf-like format string (optional) | |
| $args | The arguments for the format string placeholders |
Reimplemented from AnewtException.
Definition at line 35 of file urldispatcher.lib.php.
1.5.9