Sha256: 647b42df5a9cac89626d0b20d47b1324bb5a2f4fb3bc62946e620c5e0b8735dc

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

require 'vagrant/errors'

module VagrantPlugins
  module DockerProvider
    module Errors
      class ImageNotConfiguredError < Vagrant::Errors::VagrantError
        error_key(:docker_provider_image_not_configured)
      end
      class NfsWithoutPrivilegedError < Vagrant::Errors::VagrantError
        error_key(:docker_provider_nfs_without_privileged)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
docker-provider-0.1.0 lib/docker-provider/errors.rb