class Docker::Template::Error::ImageNotFound

Public Class Methods

new(image) click to toggle source
Calls superclass method
# File lib/docker/template/error.rb, line 90
def initialize(image)
  super "Unable to find the image #{
    image
  }"
end