hotfix: Stubs for structured rewrite

This commit is contained in:
2016-12-11 16:15:36 +01:00
parent 2f1628b7d8
commit 0b5ed81b78
9 changed files with 136 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace NoccyLabs\Hotfix\Exception;
use Exception;
class HotfixException extends Exception
{
}