Files
nhgooi.nl/vendor/fakerphp/faker/src/Faker/Container/NotInContainerException.php
2023-11-14 16:54:35 +01:00

15 lines
303 B
PHP

<?php
declare(strict_types=1);
namespace Faker\Container;
use Psr\Container\NotFoundExceptionInterface;
/**
* @experimental This class is experimental and does not fall under our BC promise
*/
final class NotInContainerException extends \RuntimeException implements NotFoundExceptionInterface
{
}