Exception: Spoom::Deadcode::Error
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/spoom/deadcode.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message, parent:) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, parent:) ⇒ Error
Returns a new instance of Error.
25 26 27 28 |
# File 'lib/spoom/deadcode.rb', line 25 def initialize(, parent:) super() set_backtrace(parent.backtrace) end |