Sha256: 0957c01f88d2a9f80e412c708b7f78a5e439171008b50eefda524431d7e9c34a

Contents?: true

Size: 259 Bytes

Versions: 11

Compression:

Stored size: 259 Bytes

Contents

module Chozo
  # @author Jamie Winsor <jamie@vialstudios.com>
  module Errors
    class ChozoError < StandardError; end
    class ConfigNotFound < ChozoError; end
    class InvalidConfig < ChozoError; end
    class ConfigSaveError < ChozoError; end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
chozo-0.6.1 lib/chozo/errors.rb
chozo-0.6.0 lib/chozo/errors.rb
chozo-0.5.0 lib/chozo/errors.rb
chozo-0.4.2 lib/chozo/errors.rb
chozo-0.4.1 lib/chozo/errors.rb
chozo-0.4.0 lib/chozo/errors.rb
chozo-0.3.0 lib/chozo/errors.rb
chozo-0.2.3 lib/chozo/errors.rb
chozo-0.2.2 lib/chozo/errors.rb
chozo-0.2.1 lib/chozo/errors.rb
chozo-0.2.0 lib/chozo/errors.rb