Sha256: 7eb94922d4f74f315ea5bf5177d36797eff7ee0332f29479fcbf5391d9adf8ae

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 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

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-hp-0.1.2 lib/vagrant-hp/errors.rb
vagrant-hp-0.1.1 lib/vagrant-hp/errors.rb