Exception: InvalidHashValueError
- Inherits:
-
StandardError
- Object
- StandardError
- InvalidHashValueError
- Defined in:
- lib/exceptions/invalid_hash_value_error.rb
Instance Method Summary collapse
-
#initialize(msg = 'Value must be a sha-256 hash string prefixed with "sha-256:"') ⇒ InvalidHashValueError
constructor
A new instance of InvalidHashValueError.
Constructor Details
#initialize(msg = 'Value must be a sha-256 hash string prefixed with "sha-256:"') ⇒ InvalidHashValueError
Returns a new instance of InvalidHashValueError.
2 3 4 |
# File 'lib/exceptions/invalid_hash_value_error.rb', line 2 def initialize(msg='Value must be a sha-256 hash string prefixed with "sha-256:"') super end |