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