mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +08:00
Refactor all exception classes, remove unclear RuntimeException, InvalidArgumentException
This commit is contained in:
@@ -4,4 +4,4 @@ declare(strict_types=1);
|
||||
|
||||
namespace SPC\exception;
|
||||
|
||||
class FileSystemException extends \Exception {}
|
||||
class FileSystemException extends SPCException {}
|
||||
|
||||
Reference in New Issue
Block a user