Sha256: 488d5d3c966f29b3176f9f37d780130442b08715c48f79d2fefd343dc1d72085
Contents?: true
Size: 504 Bytes
Versions: 6
Compression:
Stored size: 504 Bytes
Contents
require "vagrant" module VagrantPlugins module G5K module Errors class VagrantG5KError < Vagrant::Errors::VagrantError error_namespace("vagrant_g5k.errors") end class TimeoutOnJobSubmissionError < VagrantG5KError error_key("tired of waiting") end class JobNotRunning < VagrantG5KError error_key("tired of waiting") end class CommandError < VagrantG5KError error_key("remote command error") end end end end
Version data entries
6 entries across 6 versions & 1 rubygems