commit | 3b115dfa614cfac7af86d81d99f69b381508b75e | [log] [tgz] |
---|---|---|
author | Konrad Grochowski <hcorg@apache.org> | Mon May 18 17:58:36 2015 +0200 |
committer | Konrad Grochowski <hcorg@apache.org> | Mon May 18 19:47:23 2015 +0200 |
tree | 525eef0ea64f6e3065ab416599c1be2b8be9e6a7 | |
parent | 83cd3e8d41001304f2efac9ebad92e02d3390ca7 [diff] [blame] |
THRIFT-727 - C++: what() method of generated exceptions will provide more information Patch: Anna Dymek <aadymek@gmail.com> Client: C++ This closes #469
diff --git a/tutorial/tutorial.thrift b/tutorial/tutorial.thrift index c8710d4..571ab8e 100644 --- a/tutorial/tutorial.thrift +++ b/tutorial/tutorial.thrift
@@ -113,7 +113,7 @@ * Structs can also be exceptions, if they are nasty. */ exception InvalidOperation { - 1: i32 what, + 1: i32 whatOp, 2: string why }