1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 09:17:58 +01:00
PHP-Parser/lib/PhpParser/ConstExprEvaluationException.php

7 lines
86 B
PHP
Raw Normal View History

<?php
namespace PhpParser;
2018-01-10 17:24:26 +01:00
class ConstExprEvaluationException extends \Exception
2018-01-10 18:04:06 +01:00
{}