Sha256: 128fb92e815f7b9cc753cbe543c689c99479becbe14c7c098d0d262569b7fb2e

Contents?: true

Size: 981 Bytes

Versions: 3

Compression:

Stored size: 981 Bytes

Contents

# Copyright 2013 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
require "vagrant"

module VagrantPlugins
  module Google
    module Errors
      class VagrantGoogleError < Vagrant::Errors::VagrantError
        error_namespace("vagrant_google.errors")
      end

      class FogError < VagrantGoogleError
        error_key(:fog_error)
      end

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
tcr-vagrant-google-0.1.4 lib/vagrant-google/errors.rb
vagrant-google-0.1.4 lib/vagrant-google/errors.rb
vagrant-google-0.1.3 lib/vagrant-google/errors.rb