php-hotfix/src/Exception/NotImplementedException.php

7 lines
103 B
PHP
Raw Normal View History

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