src/DI/Exception/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\DI\Exception;

use Psr\Container\ContainerExceptionInterface;

/**
 * General exception for DI.
 */
class Exception extends \Exception implements ContainerExceptionInterface
{

}