Sha256: 3da3f106a542fcd0ea849b349c979f7d77bb76c51a0bebae8cb63b5947eb4903

Contents?: true

Size: 436 Bytes

Versions: 5

Compression:

Stored size: 436 Bytes

Contents

# encoding: utf-8

module Antelope
  module Generation

    # Defines an error that can occur within the Generation module.
    # All errors that are raised within the Generation module are
    # subclasses of this.
    class Error < Antelope::Error
    end

    # Used mainly in the {Tableizer}, this is raised when a conflict
    # could not be resolved.
    class UnresolvableConflictError < Error
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
antelope-0.3.2 lib/antelope/generation/errors.rb
antelope-0.3.0 lib/antelope/generation/errors.rb
antelope-0.2.4 lib/antelope/generation/errors.rb
antelope-0.2.3 lib/antelope/generation/errors.rb
antelope-0.2.2 lib/antelope/generation/errors.rb