From: Bryan Duxbury Date: Mon, 11 Apr 2011 17:59:27 +0000 (+0000) Subject: THRIFT-690. php: Update TApplicationException codes X-Git-Tag: 0.7.0~118 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=d26cb9b325c6a0757d773d2aaf1d8ce3561ee2d5;p=common%2Fthrift.git 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 --- 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);