Просмотр файла vendor/illuminate/container/EntryNotFoundException.php

Размер файла: 198B
  1. <?php
  2.  
  3. namespace Illuminate\Container;
  4.  
  5. use Exception;
  6. use Psr\Container\NotFoundExceptionInterface;
  7.  
  8. class EntryNotFoundException extends Exception implements NotFoundExceptionInterface
  9. {
  10. //
  11. }