Exception: Spoom::Deadcode::Index::Error
- Defined in:
- lib/spoom/deadcode/index.rb
Instance Method Summary collapse
-
#initialize(message, parent:) ⇒ Error
constructor
: (String message, parent: Exception) -> void.
Constructor Details
#initialize(message, parent:) ⇒ Error
: (String message, parent: Exception) -> void
9 10 11 12 |
# File 'lib/spoom/deadcode/index.rb', line 9 def initialize(, parent:) super() set_backtrace(parent.backtrace) end |