Your IP : 18.189.171.153


Current Path : /proc/self/root/home/sudancam/public_html/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/
Upload File :
Current File : //proc/self/root/home/sudancam/public_html/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/ContainerException.php

<?php

namespace Dhii\Di\Exception;

use Interop\Container\Exception\ContainerException as ContainerExceptionInterface;
use Dhii\Di\ExceptionInterface as DiExceptionInterface;

/**
 * An exception related to DI containers.
 *
 * @since 0.1
 */
class ContainerException extends \Exception implements
    DiExceptionInterface,
    ContainerExceptionInterface
{
}