Exception: Leml::NoLemlKeyError
- Inherits:
-
StandardError
- Object
- StandardError
- Leml::NoLemlKeyError
- Defined in:
- lib/leml/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLemlKeyError
constructor
A new instance of NoLemlKeyError.
Constructor Details
#initialize ⇒ NoLemlKeyError
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 |