Sha256: 6978003cd30f994d0a6d1d4f329396d5121c0f5050644ded0235b9bd83fed74a

Contents?: true

Size: 483 Bytes

Versions: 1

Compression:

Stored size: 483 Bytes

Contents

#
# Author:: Mohit Sethi (<mohit@sethis.in>)
# Copyright:: Copyright (c) 2013 Mohit Sethi.
#

require "vagrant"

module VagrantPlugins
  module HP
    module Errors
      class VagrantHPError < Vagrant::Errors::VagrantError
        error_namespace("vagrant_hp.errors")
      end

      class FogError < VagrantHPError
        error_key(:fog_error)
      end

      class RsyncError < VagrantHPError
        error_key(:rsync_error)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-hp-0.1.0 lib/vagrant-hp/errors.rb