gmarche/vendor/php-di/php-di/src/DI/DependencyException.php

13 lines
194 B
PHP

<?php
namespace DI;
use Interop\Container\Exception\ContainerException;
/**
* Exception for the Container.
*/
class DependencyException extends \Exception implements ContainerException
{
}