Exception: FilterRename::UnknownHashCode

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

Overview

Unknown hash error.

Instance Method Summary collapse

Constructor Details

#initialize(hash_type) ⇒ UnknownHashCode

Returns a new instance of UnknownHashCode.



375
376
377
# File 'lib/filter_rename/utils.rb', line 375

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