hotfix: Stubs for structured rewrite
This commit is contained in:
9
src/Exception/HotfixException.php
Normal file
9
src/Exception/HotfixException.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Hotfix\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class HotfixException extends Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user