Exception: Contingency::Exceptions::ContingencyError

Inherits:
Exception
  • Object
show all
Defined in:
lib/contingency/exceptions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backtraceObject

Returns the value of attribute backtrace.



4
5
6
# File 'lib/contingency/exceptions.rb', line 4

def backtrace
  @backtrace
end

#messageObject

Returns the value of attribute message.



4
5
6
# File 'lib/contingency/exceptions.rb', line 4

def message
  @message
end