mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
v3 base
This commit is contained in:
13
src/StaticPHP/Exception/WrongUsageException.php
Normal file
13
src/StaticPHP/Exception/WrongUsageException.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace StaticPHP\Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown for incorrect usage of SPC.
|
||||
*
|
||||
* This exception is used to indicate that the SPC is being used incorrectly.
|
||||
* Such as when a command is not supported or an invalid argument is provided.
|
||||
*/
|
||||
class WrongUsageException extends SPCException {}
|
||||
Reference in New Issue
Block a user