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
|
||||
{
|
||||
}
|
7
src/Exception/NotCompatibleException.php
Normal file
7
src/Exception/NotCompatibleException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Hotfix\Exception;
|
||||
|
||||
class NotCompatibleException extends HotfixException
|
||||
{
|
||||
}
|
7
src/Exception/NotImplementedException.php
Normal file
7
src/Exception/NotImplementedException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Hotfix\Exception;
|
||||
|
||||
class NotImplementedException extends HotfixException
|
||||
{
|
||||
}
|
7
src/Exception/UnsupportedRunnerException.php
Normal file
7
src/Exception/UnsupportedRunnerException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Hotfix\Exception;
|
||||
|
||||
class UnsupportedRunnerException extends HotfixException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user