Exception: FilterRename::UnknownHashCode

Inherits:
StandardError
  • Object
show all
Defined in:
lib/filter_rename/utils.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash_type) ⇒ UnknownHashCode

Returns a new instance of UnknownHashCode.



242
243
244
# File 'lib/filter_rename/utils.rb', line 242

def initialize(hash_type)
  super "Invalid hash type: #{hash_type}"
end