factor/basis/db/errors/errors.factor

11 lines
203 B
Factor
Raw Normal View History

2008-05-30 19:00:42 -04:00
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel ;
IN: db.errors
ERROR: db-error ;
ERROR: sql-error ;
ERROR: table-exists ;
ERROR: bad-schema ;