diff options
Diffstat (limited to 'framework/Util/TRpcClientRequestException.php')
-rw-r--r-- | framework/Util/TRpcClientRequestException.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/framework/Util/TRpcClientRequestException.php b/framework/Util/TRpcClientRequestException.php new file mode 100644 index 00000000..ce0cc53a --- /dev/null +++ b/framework/Util/TRpcClientRequestException.php @@ -0,0 +1,25 @@ +<?php +/** + * @author Robin J. Rogge <rrogge@bigpoint.net> + * @link http://www.pradosoft.com/ + * @copyright 2010 Bigpoint GmbH + * @license http://www.pradosoft.com/license/ + * @since 3.2 + * @package System.Util + */ + +/** + * TRpcClientRequestException class + * + * This Exception is fired if the RPC request fails because of transport problems e.g. when + * there is no RPC server responding on the given remote host. + * + * @author Robin J. Rogge <rrogge@bigpoint.net> + * @version $Id$ + * @package System.Util + * @since 3.2 + */ + +class TRpcClientRequestException extends TApplicationException +{ +}
\ No newline at end of file |