1 | <?php |
||
19 | class AuthenticationException extends AbstractException |
||
20 | { |
||
21 | //<editor-fold desc="Constructor"> |
||
22 | /** |
||
23 | * AuthenticationException constructor. |
||
24 | * @param string $message |
||
25 | * @param Throwable|null $previous |
||
26 | */ |
||
27 | public function __construct($message = "", Throwable $previous = null) |
||
31 | //</editor-fold desc="Constructor"> |
||
32 | } |