From 001e69daef223679ad2331e61e78f45aec590f0a Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 21:46:23 +0100 Subject: One class per file: framework/Util --- framework/Util/TRpcClientRequestException.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 framework/Util/TRpcClientRequestException.php (limited to 'framework/Util/TRpcClientRequestException.php') 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 @@ + + * @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 + * @version $Id$ + * @package System.Util + * @since 3.2 + */ + +class TRpcClientRequestException extends TApplicationException +{ +} \ No newline at end of file -- cgit v1.2.3