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.



63
64
65
# File 'lib/docker/template/error.rb', line 63

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