Sha256: 24034c78d505feafe89522d9a27d4b0f8256adf978f1f4ff158d1cc94fa5f8e0
Contents?: true
Size: 333 Bytes
Versions: 1
Compression:
Stored size: 333 Bytes
Contents
module VagrantPlugins module VagrantWinRM module Errors # A convenient superclass for all our errors. class WinRMError < Vagrant::Errors::VagrantError error_namespace('vagrant_winrm.errors') end class ConfigurationError < WinRMError error_key(:config_error) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-winrm-0.0.2 | lib/vagrant-winrm/errors.rb |