php-hotfix/src/Exception/UnsupportedRunnerException.php

7 lines
106 B
PHP

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