Sha256: f586f4c031b814135a2c5874f0e5d383bb3c073962f7f5f37cbc4b040dedbf47
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
module VagrantPlugins module Cosmic module Exceptions class IpNotFoundException < StandardError end class DuplicatePFRule < StandardError end class CosmicResourceNotFound < StandardError def initialize(msg='Resource not found in cosmic') super end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cosmic-0.2.0 | lib/vagrant-cosmic/exceptions/exceptions.rb |
vagrant-cosmic-0.1.0 | lib/vagrant-cosmic/exceptions/exceptions.rb |