1 | <?php |
||
19 | class CircularReferenceException extends InvalidConfigException |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | 2 | public function __construct($class, $message = null, $code = 0, \Exception $previous = null) |
|
31 | |||
32 | /** |
||
33 | * @return string the user-friendly name of this exception |
||
34 | */ |
||
35 | public function getName() |
||
39 | } |
||
40 |