class Rookout::Exceptions::RookSourceFilePathSuggestion
Public Class Methods
new(wanted_path, matching_path)
click to toggle source
Calls superclass method
Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 116 def initialize wanted_path, matching_path super "Rookout found alternative file path: #{matching_path}", { "wanted_path" => wanted_path, "matching_path" => matching_path } end