Sha256: 424056a39774300e5006dd6e78f824bfc4014f87b7c786f1c8e9f197e574a99a
Contents?: true
Size: 185 Bytes
Versions: 2
Compression:
Stored size: 185 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true module Carbon class Error < StandardError end class TooManyItemsError < Error end class ItemNotFoundError < Error end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
carbon-core-0.2.1 | lib/carbon/errors.rb |
carbon-core-0.2.0 | lib/carbon/errors.rb |