class Docker::Template::Error::InvalidTargzFile
–
Public Class Methods
new(tar_gz)
click to toggle source
Calls superclass method
# File lib/docker/template/error.rb, line 45 def initialize(tar_gz) super "No data was given to the tar.gz file '#{ tar_gz.basename }'" end