mirror of
https://github.com/10h30/laravel-file-upload-series.git
synced 2026-07-18 22:23:17 +09:00
7 lines
112 B
PHP
7 lines
112 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace PhpParser;
|
|
|
|
class ConstExprEvaluationException extends \Exception {
|
|
}
|