Sha256: 54a6cc69e50f35d00b4c82feea3d31559d2828404b70a58c468d9a9646aeb276

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

module VagrantClone
  module Errors
    class Error < Vagrant::Errors::VagrantError
      error_namespace('vagrant-clone.errors')
    end
    class VmNotCreated < VagrantClone::Errors::Error
      error_key('vm_not_created')
    end
    class DockerCloningError < VagrantClone::Errors::Error
      error_key('docker_cloning_error')
    end
    class NotVagrantEnvironment < VagrantClone::Errors::Error
      error_key('not_vagrant_environment')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-clone-0.0.1 lib/vagrant-clone/command/errors.rb