18 lines
488 B
PHP
18 lines
488 B
PHP
<?php
|
|
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
|
/*
|
|
IXR - The Inutio XML-RPC Library - (c) Incutio Ltd 2002
|
|
Version 1.61 - Simon Willison, 11th July 2003 (htmlentities -> htmlspecialchars)
|
|
Site: http://scripts.incutio.com/xmlrpc/
|
|
Manual: http://scripts.incutio.com/xmlrpc/manual.php
|
|
Made available under the Artistic License: http://www.opensource.org/licenses/artistic-license.php
|
|
*/
|
|
|
|
/**
|
|
* IXR异常类
|
|
*
|
|
* @package IXR
|
|
*/
|
|
class IXR_Exception extends Exception
|
|
{}
|