Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
a36f5db4b323adbcd13cd298ab73eee2be6200f2
/
.
/
lib
/
erl
/
src-loose
/
tException.erl
blob: 3a4a9e86abd55af73aff616dabf1e6b46b7fae63 [
file
] [
log
] [
blame
]
Christopher Piro
2f5afce
2007-06-29 07:17:33 +0000
[
diff
] [
blame
]
1
-module
(tException)
.
2
-include
(
"tException.hrl"
)
.
3
-export
([new/
0
])
.
4
5
new() ->
6
#tException{}
.
7