Sha256: fab9295ad4a114998f22e89e01bea1aca6df96e58c2fbfcd833fa7bdaf822406
Contents?: true
Size: 604 Bytes
Versions: 3
Compression:
Stored size: 604 Bytes
Contents
module VagrantPlugins module GuestMSYS2 module Errors # A convenient superclass for all our errors. class MSYS2Error < Vagrant::Errors::VagrantError error_namespace("vagrant-guest-msys2.errors") end class RenameComputerFailed < MSYS2Error error_key(:rename_computer_failed) end class PowershellNotInstalledInGuest < MSYS2Error error_key(:powershell_not_installed_in_guest) end class PowershellInstallationFailed < MSYS2Error error_key(:powershell_installation_failed) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-guest-msys2-0.0.6 | lib/vagrant-guest-msys2/errors.rb |
vagrant-guest-msys2-0.0.5 | lib/vagrant-guest-msys2/errors.rb |
vagrant-guest-msys2-0.0.4 | lib/vagrant-guest-msys2/errors.rb |