Exception: Leml::NoLemlKeyError

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

Instance Method Summary collapse

Constructor Details

#initializeNoLemlKeyError



3
4
5
# File 'lib/leml/errors.rb', line 3

def initialize
  super("Leml key is not found. config. Please create `config/leml.key` and set the secret.\nFor further information, see: https://github.com/onunu/leml")
end