Module: Docker::Template::Error

Defined in:
lib/docker/template/error.rb

Defined Under Namespace

Classes: BadExitStatus, BadRepoName, ImageNotFound, InvalidTargzFile, InvalidYAMLFile, NoSetupContext, NotImplemented, RepoNotFound, UnsuccessfulAuth

Constant Summary collapse

StandardError =
Class.new(
  StandardError
)