blob: 3a4a9e86abd55af73aff616dabf1e6b46b7fae63 [file] [log] [blame]
Christopher Piro2f5afce2007-06-29 07:17:33 +00001-module(tException).
2-include("tException.hrl").
3-export([new/0]).
4
5new() ->
6 #tException{}.
7