Exception: GithubSnapBuilder::DockerRunError

Inherits:
DockerError show all
Defined in:
lib/github_snap_builder.rb

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ DockerRunError

Returns a new instance of DockerRunError.



57
58
59
# File 'lib/github_snap_builder.rb', line 57

def initialize(command)
	super("command in docker returned non-zero: #{command}")
end