php-hotfix/src/Exception/NotCompatibleException.php

7 lines
102 B
PHP

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