1 | <?php |
||
19 | class NoFragmentDefined extends \LogicException |
||
20 | { |
||
21 | /** |
||
22 | * @param string $fragment |
||
23 | * @param Exception|null $previous |
||
24 | */ |
||
25 | public function __construct($fragment, Exception $previous = null) |
||
29 | |||
30 | /** |
||
31 | * @param $fragment |
||
32 | * |
||
33 | * @return string |
||
34 | */ |
||
35 | protected function format_message($fragment) |
||
39 | } |
||
40 |