Sha256: 4ccbe8eae97cb07043d57b5ae0b00e19c20858761d0b6850bec4eecbd9548439
Contents?: true
Size: 280 Bytes
Versions: 4
Compression:
Stored size: 280 Bytes
Contents
module Puppet::ResourceApi # This error is thrown when a Command cannot find the specified command class CommandNotFoundError < StandardError end # This error is thrown when a Command returned a non-zero exit code class CommandExecutionError < StandardError end end
Version data entries
4 entries across 4 versions & 1 rubygems