first commit

This commit is contained in:
root
2026-03-21 17:04:18 +08:00
commit 3c38481573
617 changed files with 65539 additions and 0 deletions

12
var/IXR/Exception.php Executable file
View File

@@ -0,0 +1,12 @@
<?php
namespace IXR;
/**
* IXR异常类
*
* @package IXR
*/
class Exception extends \Exception
{
}