php-hotfix/src/Exception/NotCompatibleException.php

7 lines
102 B
PHP
Raw Normal View History

2016-12-11 15:15:36 +00:00
<?php
namespace NoccyLabs\Hotfix\Exception;
class NotCompatibleException extends HotfixException
{
}