1 | <?php |
||
10 | final class DiscoveryFailedException extends \Exception |
||
11 | { |
||
12 | /** |
||
13 | * @var array |
||
14 | */ |
||
15 | private $exceptions; |
||
16 | |||
17 | /** |
||
18 | * @param $exceptions |
||
19 | */ |
||
20 | 6 | public function __construct($message, array $exceptions = []) |
|
26 | |||
27 | /** |
||
28 | * @return array |
||
29 | */ |
||
30 | public function getExceptions() |
||
34 | } |
||
35 |