Sha256: 721395bf243f346e24796863b407b06ea96de8a5eac70dfba6bd95d2f68e1d27
Contents?: true
Size: 344 Bytes
Versions: 7
Compression:
Stored size: 344 Bytes
Contents
require 'vagrant' module VagrantPlugins module ArubaCloud module Errors class ArubaCloudError < Vagrant::Errors::VagrantError error_namespace('vagrant_aruba_cloud.errors') end class MachineAlreadyPresent < ArubaCloudError end class BadServerResponse < ArubaCloudError end end end end
Version data entries
7 entries across 7 versions & 1 rubygems