mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
6 lines
86 B
PHP
6 lines
86 B
PHP
<?php
|
|
|
|
namespace PhpParser;
|
|
|
|
class ConstExprEvaluationException extends \Exception
|
|
{}
|