summaryrefslogtreecommitdiff
path: root/framework/Web/Services/TXmlRpcProtocol.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Services/TXmlRpcProtocol.php')
-rw-r--r--framework/Web/Services/TXmlRpcProtocol.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/Services/TXmlRpcProtocol.php b/framework/Web/Services/TXmlRpcProtocol.php
index b200fe2e..9b62d7ab 100644
--- a/framework/Web/Services/TXmlRpcProtocol.php
+++ b/framework/Web/Services/TXmlRpcProtocol.php
@@ -9,6 +9,7 @@
*/
namespace Prado\Web\Services;
+use Prado\Exceptions\THttpException;
/**
* TXmlRpcProtocol class
@@ -80,7 +81,7 @@ class TXmlRpcProtocol extends TRpcProtocol
{
throw $e;
}
- catch(Exception $e)
+ catch(\Exception $e)
{
return $this->createErrorResponse(new TRpcException('An internal error occured'));
}