Exception: FilterRename::UnknownHashCode
- Inherits:
-
StandardError
- Object
- StandardError
- FilterRename::UnknownHashCode
- Defined in:
- lib/filter_rename/utils.rb
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.
242 243 244 |
# File 'lib/filter_rename/utils.rb', line 242 def initialize(hash_type) super "Invalid hash type: #{hash_type}" end |