1 | <?php |
||
17 | class NoSynthesizerDefined extends \LogicException |
||
18 | { |
||
19 | /** |
||
20 | * @param string $id |
||
21 | * @param \Exception|null $previous |
||
22 | */ |
||
23 | public function __construct($id, \Exception $previous = null) |
||
27 | |||
28 | /** |
||
29 | * @param $id |
||
30 | * |
||
31 | * @return string |
||
32 | */ |
||
33 | protected function format_message($id) |
||
37 | } |
||
38 |