* @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshome.page/timw4mail/HummingBirdAnimeClient */ namespace Aviat\Ion\Di\Exception; use Exception; /** * Generic exception for Di Container */ class ContainerException extends Exception { } // End of ContainerException.php