Exception: Rookout::Exceptions::RookSourceFilePathSuggestion

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

Constructor Details

#initialize(wanted_path, matching_path) ⇒ RookSourceFilePathSuggestion

Returns a new instance of RookSourceFilePathSuggestion.



143
144
145
146
# File 'lib/rookout/exceptions.rb', line 143

def initialize wanted_path, matching_path
  super "Rookout found alternative file path: #{matching_path}",
        { "wanted_path" => wanted_path, "matching_path" => matching_path }
end