Exception: FilterRename::UnknownHashCode
- Inherits:
-
StandardError
- Object
- StandardError
- FilterRename::UnknownHashCode
- Defined in:
- lib/filter_rename/utils.rb
Overview
Unknown hash error.
Instance Method Summary collapse
-
#initialize(hash_type) ⇒ UnknownHashCode
constructor
A new instance of UnknownHashCode.
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 |