Sha256: c547fa0a5f3689582be271f91601776602799946be55a87325a20d0866cdc27a
Contents?: true
Size: 400 Bytes
Versions: 17
Compression:
Stored size: 400 Bytes
Contents
class Baza::Errors class DatabaseNotFound < RuntimeError; end class ColumnNotFound < RuntimeError; end class ForeignKeyNotFound < RuntimeError; end class IndexNotFound < RuntimeError; end class UserNotFound < RuntimeError; end class NotImplemented < RuntimeError; end class Retry < RuntimeError; end class TableNotFound < RuntimeError; end class RowNotFound < RuntimeError; end end
Version data entries
17 entries across 17 versions & 1 rubygems