[Source]
# File lib/taskjuggler/TjException.rb, line 20 def initialize(error = true, fatal = false) @error = error @fatal = fatal end
[Validate]