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