Sha256: 0abde680d58a74aa83c627c56176e435adde105b2488c41768a38a2d6dfcdc74
Contents?: true
Size: 409 Bytes
Versions: 63
Compression:
Stored size: 409 Bytes
Contents
module VagrantPlugins module CommandRDP module Errors # A convenient superclass for all our errors. class RDPError < Vagrant::Errors::VagrantError error_namespace("vagrant_rdp.errors") end class HostUnsupported < RDPError error_key(:host_unsupported) end class RDPUndetected < RDPError error_key(:rdp_undetected) end end end end
Version data entries
63 entries across 56 versions & 8 rubygems