initial commit for macOS support

This commit is contained in:
crazywhalecc
2023-03-18 17:32:21 +08:00
parent 64054f16c5
commit 4eee09c390
50 changed files with 4385 additions and 6 deletions

View File

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