| Total Complexity | 2 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class LiteralEvaluationFailedException extends LogicException implements ExceptionInterface |
||
| 11 | { |
||
| 12 | |||
| 13 | private $literal; |
||
| 14 | |||
| 15 | 5 | public function __construct(LiteralValueInterface $literal, Throwable $previous = null) |
|
| 19 | 5 | } |
|
| 20 | |||
| 21 | 1 | public function getLiteral(): LiteralValueInterface |
|
| 26 |