11 lines
203 B
Factor
11 lines
203 B
Factor
|
! 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 ;
|