add wrong usage exception

This commit is contained in:
crazywhalecc
2023-03-29 21:39:36 +08:00
parent d31e1b00e8
commit b0ac50941f
13 changed files with 67 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace SPC\exception;
class WrongUsageException extends \Exception
{
}