first commit
This commit is contained in:
12
var/IXR/Exception.php
Executable file
12
var/IXR/Exception.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace IXR;
|
||||
|
||||
/**
|
||||
* IXR异常类
|
||||
*
|
||||
* @package IXR
|
||||
*/
|
||||
class Exception extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user