7 lines
103 B
PHP
7 lines
103 B
PHP
|
<?php
|
||
|
|
||
|
namespace NoccyLabs\Hotfix\Exception;
|
||
|
|
||
|
class NotImplementedException extends HotfixException
|
||
|
{
|
||
|
}
|