Sha256: 8a6e1f2fd01fe0c0211694e3d4c96bd3129660f1259c9c9819790979ca99ad46

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

module VagrantPlugins
  module AtlasPush
    module Errors
      class Error < Vagrant::Errors::VagrantError
        error_namespace("atlas_push.errors")
      end

      class UploaderNotFound < Error
        error_key(:uploader_not_found)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/pushes/atlas/errors.rb