Sha256: 096bf72c71c5f37e1331176516e3d2508246538456cce377bac5cd078debbd03
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
# encoding: UTF-8 module Rosette module Core module Commands # Custom errors that can be raised during command execution. module Errors # Raised whenever Rosette is asked to return information about # a commit that has not been processed (i.e. committed) yet. # Rosette knows nothing about commits it hasn't seen yet. class UnprocessedCommitError < StandardError; end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rosette-core-1.0.1 | lib/rosette/core/commands/errors.rb |