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

10 lines
184 B
PHP
Raw Normal View History

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