Sha256: d2c3bf60072b53b874a474fe84ba834e9a2e8691ae61f3d03279328de6e2f024

Contents?: true

Size: 400 Bytes

Versions: 2

Compression:

Stored size: 400 Bytes

Contents

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

2 entries across 2 versions & 1 rubygems

Version Path
antelope-0.1.1 lib/antelope/generation/errors.rb
antelope-0.1.0 lib/antelope/generation/errors.rb