1 | <?php namespace Cerbero\Auth\Exceptions; |
||
8 | class DisplayException extends \Exception { |
||
9 | |||
10 | /** |
||
11 | * Set the dependencies. |
||
12 | * |
||
13 | * @author Andrea Marco Sartori |
||
14 | * @param string $message |
||
15 | * @param array $parameters |
||
16 | * @return void |
||
17 | */ |
||
18 | public function __construct($message, array $parameters = []) |
||
24 | |||
25 | } |
||
26 |