diff options
| -rw-r--r-- | framework/Web/Services/TRpcService.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/Services/TRpcService.php b/framework/Web/Services/TRpcService.php index 78fc927a..8cc0987c 100644 --- a/framework/Web/Services/TRpcService.php +++ b/framework/Web/Services/TRpcService.php @@ -276,7 +276,7 @@ abstract class TRpcProtocol  	// abstracts  	abstract public function callMethod($requestPayload); -	abstract public function createErrorResponse($exception); +	abstract public function createErrorResponse(TRpcException $exception);  	abstract public function createResponseHeaders($response);  	abstract public function encode($data);  	abstract public function decode($data);  | 
