summaryrefslogtreecommitdiff
path: root/src/Container/ContainerException.php
blob: 3cdde5068e445054935e007c8b0d6ffae5aa96e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Engelsystem\Container;

use Exception;
use Psr\Container\ContainerExceptionInterface;

class ContainerException extends Exception implements ContainerExceptionInterface
{

}