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