Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
11 | class AuthenticationFailed extends XerviceException |
||
12 | { |
||
13 | /** |
||
14 | * AuthenticationFailed constructor. |
||
15 | * |
||
16 | * @param string $message |
||
17 | * @param int $code |
||
18 | * @param \Throwable $previous |
||
19 | */ |
||
20 | public function __construct(string $message = "", int $code = 0, \Throwable $previous = null) |
||
28 | } |