mirror of
https://gh.wpcy.net/https://github.com/mainwp/mainwp.dev.git
synced 2026-07-17 09:53:05 +08:00
6 lines
86 B
PHP
6 lines
86 B
PHP
<?php
|
|
|
|
namespace PhpParser;
|
|
|
|
class ConstExprEvaluationException extends \Exception
|
|
{}
|