|
<?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{
|
|
|
|
}
|