Files
itskp-odense/vendor/illuminate/container/EntryNotFoundException.php
T
2021-06-01 10:17:03 +02:00

12 lines
198 B
PHP

<?php
namespace Illuminate\Container;
use Exception;
use Psr\Container\NotFoundExceptionInterface;
class EntryNotFoundException extends Exception implements NotFoundExceptionInterface
{
//
}