Sha256: cf071ed691def9260a75b5efcd5559bc77517c1f25bb1cb6ceb18bd7b59afdc1
Contents?: true
Size: 228 Bytes
Versions: 12
Compression:
Stored size: 228 Bytes
Contents
module Cocaine class CommandLineError < StandardError; end class CommandNotFoundError < CommandLineError; end class ExitStatusError < CommandLineError; end class InterpolationError < CommandLineError; end end
Version data entries
12 entries across 12 versions & 2 rubygems