php-hotfix/src/Exception/ConfigurationException.php

7 lines
102 B
PHP

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