HummingBirdAnimeClient/src/Aviat/Ion/Di/Exception/ContainerException.php

13 lines
230 B
PHP
Raw Normal View History

2015-09-17 23:11:18 -04:00
<?php
namespace Aviat\Ion\Di\Exception;
2015-10-14 09:20:52 -04:00
/**
* Generic exception for Di Container
*/
2015-09-17 23:11:18 -04:00
class ContainerException
extends \Exception
implements \Interop\Container\Exception\ContainerException {
}
// End of ContainerException.php