Exception: Docka::NotConfiguredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/docka/not_configured_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ NotConfiguredError

Returns a new instance of NotConfiguredError.



3
4
5
# File 'lib/docka/not_configured_error.rb', line 3

def initialize(key)
  super "#{key} is not configured."
end