Exception: Docka::NotConfiguredError
- Inherits:
-
StandardError
- Object
- StandardError
- Docka::NotConfiguredError
- Defined in:
- lib/docka/not_configured_error.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ NotConfiguredError
constructor
A new instance of NotConfiguredError.
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 |