blob: 3a4a9e86abd55af73aff616dabf1e6b46b7fae63 [file] [log] [blame]
-module(tException).
-include("tException.hrl").
-export([new/0]).
new() ->
#tException{}.