| Current Path : /var/www/html/eva.sumar.com.py/vendor/fakerphp/faker/src/Faker/Extension/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/fakerphp/faker/src/Faker/Extension/ContainerException.php |
<?php
declare(strict_types=1);
namespace Faker\Extension;
use Psr\Container\ContainerExceptionInterface;
/**
* @experimental This class is experimental and does not fall under our BC promise
*/
final class ContainerException extends \RuntimeException implements ContainerExceptionInterface
{
}