Files
trf_certest/vendor/fakerphp/faker/src/Faker/Container/ContainerException.php
T
2025-03-28 08:52:46 +01:00

15 lines
300 B
PHP

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