Sha256: 203f30463efb0752fc84685691719572442c2e5f790954d18d87fa5eb627edca
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
module TaliaCore # Some Excptions/Errors that are specific to the Talia system module Errors # Indicates an error during initialization class SystemInitializationError < RuntimeError end # Indicates an error with import data class ImportError < RuntimeError end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talia_core-0.7.0 | lib/talia_core/errors.rb |