lib/Exception/ContainerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ezsql\Exception;

use Psr\Container\ContainerExceptionInterface;
use RuntimeException;

class ContainerException extends RuntimeException implements ContainerExceptionInterface
{ }