Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
8b82fb7a757f54659c88f294a217613a9fea59ca
/
.
/
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