| Current Path : /var/www/html/edd.sumar.com.py/vendor/fakerphp/faker/src/Faker/Container/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/fakerphp/faker/src/Faker/Container/ContainerException.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
{
}