Sha256: 4f723746993fa2c4efeef95050ac0da09b39077e6fc084208b2f8921528d32cf
Contents?: true
Size: 471 Bytes
Versions: 1
Compression:
Stored size: 471 Bytes
Contents
module Shift # Shift base error, from which other errors inherit. # class Error < StandardError; end # Raised when the environment needed to perform a given # action is not available. Typically, you will need to # install another gem or some library/software. # class DependencyError < Error; end # Raised when you try to read a file for which there are # no mappings without specifying its type. # class UnknownFormatError < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shift-0.1.0 | lib/shift/errors.rb |