10 lines
184 B
PHP
10 lines
184 B
PHP
<?php
|
|
|
|
namespace Aviat\Ion\Di\Exception;
|
|
|
|
class ContainerException
|
|
extends \Exception
|
|
implements \Interop\Container\Exception\ContainerException {
|
|
|
|
}
|
|
// End of ContainerException.php
|