Sha256: bc843d7ebe5daa27c380f65f6379555adcf6464a666daddae3ce406882b0e953
Contents?: true
Size: 422 Bytes
Versions: 4
Compression:
Stored size: 422 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 class TempFolderError < WinRMError error_key(:tempfolder_error) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems