Sha256: 8b32db62ba2013ecd6c1c2d365811b2ca61203bd148ee37b1423c0b97508bee8
Contents?: true
Size: 717 Bytes
Versions: 5
Compression:
Stored size: 717 Bytes
Contents
require "vagrant" module VagrantPlugins module Parallels module Errors class VagrantParallelsError < Vagrant::Errors::VagrantError error_namespace("vagrant_parallels.errors") end class ParallelsError < VagrantParallelsError error_key(:prlctl_error) end class ParallelsErrorNotFoundError < VagrantParallelsError error_key(:prlctl_not_found_error) end class ParallelsErrorKernelModuleNotLoaded < VagrantParallelsError error_key(:parallels_kernel_module_not_loaded) end class ParallelsNoRoomForHighLevelNetwork < VagrantParallelsError error_key(:parallels_no_room_for_high_level_network) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems