class TaskJuggler::TjException
Attributes
Public Class Methods
Source
# File lib/taskjuggler/TjException.rb, line 20 def initialize(error = true, fatal = false) @error = error @fatal = fatal end
# File lib/taskjuggler/TjException.rb, line 20 def initialize(error = true, fatal = false) @error = error @fatal = fatal end