mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
93a0664aff
Summary: * got rid of most of the otp_base jonx ... save that for a future release unfortunately * cleaned up the tutorial server, added -erl to tutorial.thrift's shebang * made better README and TODO Test Plan: checked out a copy, read my directions, built and ran the tutorial, and pretended that it didn't blow git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665273 13f79535-47bb-0310-9956-ffa450edef68
8 lines
227 B
Erlang
8 lines
227 B
Erlang
%%% Copyright (c) 2007- Facebook
|
|
%%% Distributed under the Thrift Software License
|
|
%%%
|
|
%%% See accompanying file LICENSE or visit the Thrift site at:
|
|
%%% http://developers.facebook.com/thrift/
|
|
|
|
-record(tException, {message}).
|