prerelease of beta1

This commit is contained in:
crazywhalecc
2022-12-20 20:10:40 +08:00
parent 04247048d4
commit c9bf0fb13c
16 changed files with 585 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace ZM\Exception;
class OneBot12Exception extends PluginException
{
}