Files
php-hotfix/src/Exception/NotImplementedException.php

7 lines
103 B
PHP
Raw Normal View History

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