Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| 1 | <?php |
| 2 | namespace Apie\Core\Exceptions; |
| 3 | |
| 4 | /** |
| 5 | * Add this interface to tell to use a different HTTP status code. |
| 6 | */ |
| 7 | interface HttpStatusCodeException |
| 8 | { |
| 9 | public function getStatusCode(): int; |
| 10 | } |