class Docker::Template::Error::RepoNotFound
–
Public Class Methods
new(repo = nil)
click to toggle source
Calls superclass method
# File lib/docker/template/error.rb, line 79 def initialize(repo = nil) ending = repo ? "the repo '#{repo}'" : "your repo folder" super "Unable to find #{ ending }" end