Exception: Spoom::Deadcode::IndexerError
- Extended by:
- T::Sig
- Defined in:
- lib/spoom/deadcode.rb
Instance Method Summary collapse
-
#initialize(message, parent:) ⇒ IndexerError
constructor
A new instance of IndexerError.
Constructor Details
#initialize(message, parent:) ⇒ IndexerError
Returns a new instance of IndexerError.
33 34 35 36 |
# File 'lib/spoom/deadcode.rb', line 33 def initialize(, parent:) super() set_backtrace(parent.backtrace) end |