Sha256: ac6d68995dbf9bbe01affb94e9e1e2b0e60f74f05cd23ffde2c7992787dd3b5c

Contents?: true

Size: 350 Bytes

Versions: 3

Compression:

Stored size: 350 Bytes

Contents

module VagrantPlugins
  module Cloudstack
    module Exceptions
      class IpNotFoundException < StandardError
      end
      class DuplicatePFRule < StandardError
      end
      class CloudstackResourceNotFound < StandardError
        def initialize(msg='Resource not found in cloudstack')
          super
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.5.2 lib/vagrant-cloudstack/exceptions/exceptions.rb
vagrant-cloudstack-1.5.1 lib/vagrant-cloudstack/exceptions/exceptions.rb
vagrant-cloudstack-1.5.0 lib/vagrant-cloudstack/exceptions/exceptions.rb