lib/mixlib/shellout/exceptions.rb
module Mixlib class ShellOut class ShellCommandFailed < RuntimeError; end class CommandTimeout < RuntimeError; end class InvalidCommandOption < RuntimeError; end end end
module Mixlib class ShellOut class ShellCommandFailed < RuntimeError; end class CommandTimeout < RuntimeError; end class InvalidCommandOption < RuntimeError; end end end