Sha256: 5448251d101b0aef3d3e47d095a3690d38e0673e38f39aab66a5ad169261af0d
Contents?: true
Size: 166 Bytes
Versions: 3
Compression:
Stored size: 166 Bytes
Contents
module Chozo module Errors class ChozoError < StandardError; end class ConfigNotFound < ChozoError; end class InvalidConfig < ChozoError; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chozo-0.0.3 | lib/chozo/errors.rb |
chozo-0.0.2 | lib/chozo/errors.rb |
chozo-0.0.1 | lib/chozo/errors.rb |