✏️ 正在编辑: NotFoundException.php
路径:
/opt/cpanel/ea-wappspector/vendor/php-di/php-di/src/NotFoundException.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php declare(strict_types=1); namespace DI; use Psr\Container\NotFoundExceptionInterface; /** * Exception thrown when a class or a value is not found in the container. */ class NotFoundException extends \Exception implements NotFoundExceptionInterface { }
💾 保存文件
← 返回文件管理器