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