1 | <?php |
||
7 | class NoNodeTranslationException extends \Exception |
||
8 | { |
||
9 | /** |
||
10 | * NoNodeTranslationException constructor. |
||
11 | * @param string $message |
||
12 | * @param int $code |
||
13 | * @param Throwable|null $previous |
||
14 | */ |
||
15 | public function __construct($message = "No Node Translation found", $code = 0, Throwable $previous = null) |
||
19 | } |
||
20 | |||
21 |