1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace DMT\Insolvency\Exception; |
||
4 | |||
5 | use InvalidArgumentException; |
||
6 | |||
7 | /** |
||
8 | * Class AuthorizationException |
||
9 | * |
||
10 | * Thrown on several authorization problems, like missing or incorrect credentials. |
||
11 | */ |
||
0 ignored issues
–
show
|
|||
12 | class AuthorizationException extends InvalidArgumentException implements Exception |
||
13 | { |
||
14 | |||
15 | } |
||
16 |