zlibproxy/vendor/illuminate/container/EntryNotFoundException.php

12 lines
198 B
PHP
Raw Permalink Normal View History

2023-01-02 12:56:44 +01:00
<?php
namespace Illuminate\Container;
use Exception;
use Psr\Container\NotFoundExceptionInterface;
class EntryNotFoundException extends Exception implements NotFoundExceptionInterface
{
//
}