1 | <?php |
||
16 | class UnauthorizedException extends Exception implements RouterExceptionInterface |
||
17 | { |
||
18 | /** |
||
19 | * Gets the status code that corresponds to this exception. This is usually |
||
20 | * an HTTP status code. |
||
21 | * |
||
22 | * @return int The status code associated with this exception. |
||
23 | */ |
||
24 | 2 | public function getAssociatedStatusCode() |
|
28 | } |
||
29 |