Exception: Docker::Template::Error::NoSetupContextFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/docker/template/error/no_setup_context_found.rb

Instance Method Summary collapse

Constructor Details

#initializeNoSetupContextFound

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