1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace DMT\Insolvency\Exception; |
||
4 | |||
5 | use RuntimeException; |
||
6 | |||
7 | /** |
||
8 | * Class ResponseException |
||
9 | * |
||
10 | * Thrown when a response could not be constructed due to too many results for instance. |
||
11 | */ |
||
0 ignored issues
–
show
|
|||
12 | class ResponseException extends RuntimeException implements Exception |
||
13 | { |
||
14 | |||
15 | } |