Exception: GithubSnapBuilder::DockerVersionError

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

Instance Method Summary collapse

Constructor Details

#initializeDockerVersionError

Returns a new instance of DockerVersionError.



51
52
53
# File 'lib/github_snap_builder.rb', line 51

def initialize
	super("docker is either not installed or is incompatible")
end