Sha256: fde76434a8fe942d5ea3892c95bb305dbcf6bda89fff5e304a290cb9f5d6160f

Contents?: true

Size: 224 Bytes

Versions: 9

Compression:

Stored size: 224 Bytes

Contents

module VagrantPlugins
  module Vocker
    module Errors
      class DockerInstallFailed < ::Vagrant::Errors::VagrantError
      end

      class DockerNotRunning < ::Vagrant::Errors::VagrantError
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
vocker-0.4.1 lib/vocker/errors.rb
vocker-0.4.0 lib/vocker/errors.rb
vocker-0.3.3 lib/vocker/errors.rb
vocker-0.3.2 lib/vocker/errors.rb
vocker-0.3.1 lib/vocker/errors.rb
vocker-0.3.0 lib/vocker/errors.rb
vocker-0.2.1 lib/vocker/errors.rb
vocker-0.2.0 lib/vocker/errors.rb
vocker-0.1.0 lib/vocker/errors.rb