! 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 ;