Exception: Docker::Template::Error::NoSetupContextFound
- Defined in:
- lib/docker/template/error/no_setup_context_found.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSetupContextFound
constructor
A new instance of NoSetupContextFound.
Constructor Details
#initialize ⇒ NoSetupContextFound
Returns a new instance of NoSetupContextFound.
9 10 11 |
# File 'lib/docker/template/error/no_setup_context_found.rb', line 9 def initialize super "No #setup_context found." end |