Exception: Leml::InvalidLemlKey
- Inherits:
-
StandardError
- Object
- StandardError
- Leml::InvalidLemlKey
- Defined in:
- lib/leml/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidLemlKey
constructor
A new instance of InvalidLemlKey.
Constructor Details
#initialize ⇒ InvalidLemlKey
Returns a new instance of InvalidLemlKey.
15 16 17 |
# File 'lib/leml/errors.rb', line 15 def initialize super("Key is invalid for decrypt, please check the value of `config/leml.key`") end |