Exception: Camo::Errors::UndefinedKeyError

Inherits:
AppError
  • Object
show all
Defined in:
lib/camo/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Key is required. Use the environment variable `CAMORB_KEY` to define it.") ⇒ UndefinedKeyError

Returns a new instance of UndefinedKeyError.



6
7
8
# File 'lib/camo/errors.rb', line 6

def initialize(message = "Key is required. Use the environment variable `CAMORB_KEY` to define it.")
  super
end