This commit is contained in:
as2252258@163.com
2021-08-11 01:04:57 +08:00
parent 63d8eaa4a5
commit 682246df28
219 changed files with 790 additions and 791 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
*/
declare(strict_types=1);
namespace Snowflake\Exception;
namespace Kiri\Exception;
@@ -16,7 +16,7 @@ use Throwable;
/**
* Class NotFindClassException
* @package Snowflake\Snowflake\Exception
* @package Kiri\Kiri\Exception
*/
class NotFindClassException extends \Exception
{