Exception: Leml::InvalidLemlKey

Inherits:
StandardError
  • Object
show all
Defined in:
lib/leml/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidLemlKey

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