bztang-admin/vendor/xin/container/src/NotFoundException.php

15 lines
284 B
PHP

<?php
/**
* The following code, none of which has BUG.
*
* @author: BD<liuxingwu@duoguan.com>
* @date: 2019/7/3 15:13
*/
namespace xin\container;
use Psr\Container\NotFoundExceptionInterface;
class NotFoundException extends \Exception implements NotFoundExceptionInterface{
}