class Docker::Template::Error::NoSetupContext
–
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/docker/template/error.rb, line 63 def initialize super "No #setup_context method exists." end