Exception: DTK::Client::GitHandledException

Inherits:
Exception
  • Object
show all
Defined in:
lib/domain/git_error_handler.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg, backtrace) ⇒ GitHandledException

Returns a new instance of GitHandledException.



23
24
25
26
# File 'lib/domain/git_error_handler.rb', line 23

def initialize(msg, backtrace)
  super(msg)
  set_backtrace(backtrace)
end