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