php-hotfix/src/Exception/ConfigurationException.php

7 lines
102 B
PHP
Raw Normal View History

<?php
namespace NoccyLabs\Hotfix\Exception;
class ConfigurationException extends HotfixException
{
}