Class: Docker::Template::Error::NoSetupContext

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

Overview


Instance Method Summary collapse

Constructor Details

#initializeNoSetupContext

Returns a new instance of NoSetupContext.



104
105
106
# File 'lib/docker/template/error.rb', line 104

def initialize
  super "No #setup_context method exists."
end