class GithubSnapBuilder::DockerRunError
Public Class Methods
new(command)
click to toggle source
Calls superclass method
# File lib/github_snap_builder.rb, line 57 def initialize(command) super("command in docker returned non-zero: #{command}") end