php-hotfix/src/Exception/NotImplementedException.php

7 lines
103 B
PHP

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