Exception: Locomotive::Steam::DefaultException
- Inherits:
-
Exception
- Object
- Exception
- Locomotive::Steam::DefaultException
- Defined in:
- lib/locomotive/steam/exceptions.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message = nil, parent_exception = nil) ⇒ DefaultException
constructor
A new instance of DefaultException.
Constructor Details
#initialize(message = nil, parent_exception = nil) ⇒ DefaultException
Returns a new instance of DefaultException.
6 7 8 9 10 |
# File 'lib/locomotive/steam/exceptions.rb', line 6 def initialize( = nil, parent_exception = nil) self.log_backtrace(parent_exception) if parent_exception super() end |