From d26cb9b325c6a0757d773d2aaf1d8ce3561ee2d5 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Mon, 11 Apr 2011 17:59:27 +0000 Subject: [PATCH] THRIFT-690. php: Update TApplicationException codes Patch: Nicholas Telford git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1091150 13f79535-47bb-0310-9956-ffa450edef68 --- lib/php/src/Thrift.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/php/src/Thrift.php b/lib/php/src/Thrift.php index a14a3f30..d2a94414 100644 --- a/lib/php/src/Thrift.php +++ b/lib/php/src/Thrift.php @@ -747,6 +747,8 @@ class TApplicationException extends TException { const WRONG_METHOD_NAME = 3; const BAD_SEQUENCE_ID = 4; const MISSING_RESULT = 5; + const INTERNAL_ERROR = 6; + const PROTOCOL_ERROR = 7; function __construct($message=null, $code=0) { parent::__construct($message, $code); -- 2.17.1