init web ems all
This commit is contained in:
20
phpMyAdmin/libraries/classes/Di/NotFoundException.php
Executable file
20
phpMyAdmin/libraries/classes/Di/NotFoundException.php
Executable file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* Holds the PhpMyAdmin\Di\NotFoundException class
|
||||
*
|
||||
* @package PhpMyAdmin\Di
|
||||
*/
|
||||
namespace PhpMyAdmin\Di;
|
||||
|
||||
use Psr\Container\NotFoundExceptionInterface;
|
||||
|
||||
/**
|
||||
* Class NotFoundException
|
||||
*
|
||||
* @package PhpMyAdmin\Di
|
||||
*/
|
||||
class NotFoundException extends ContainerException implements NotFoundExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user