initial framework commit

This commit is contained in:
crazywhalecc
2023-03-15 20:40:49 +08:00
parent 36ce06c3ca
commit 5d347adbcf
19 changed files with 1456 additions and 0 deletions

View File

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