Sha256: 97e7dc8c3ce9ab45ecfaf997df3c790833ca84968dbd92b468a973283552f71f

Contents?: true

Size: 419 Bytes

Versions: 13

Compression:

Stored size: 419 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

13 entries across 13 versions & 1 rubygems

Version Path
antelope-0.4.1 lib/antelope/generation/errors.rb
antelope-0.4.0 lib/antelope/generation/errors.rb
antelope-0.2.0 lib/antelope/generation/errors.rb
antelope-0.1.11 lib/antelope/generation/errors.rb
antelope-0.1.10 lib/antelope/generation/errors.rb
antelope-0.1.9 lib/antelope/generation/errors.rb
antelope-0.1.8 lib/antelope/generation/errors.rb
antelope-0.1.7 lib/antelope/generation/errors.rb
antelope-0.1.6 lib/antelope/generation/errors.rb
antelope-0.1.5 lib/antelope/generation/errors.rb
antelope-0.1.4 lib/antelope/generation/errors.rb
antelope-0.1.3 lib/antelope/generation/errors.rb
antelope-0.1.2 lib/antelope/generation/errors.rb