src/allographer/v2/query_builder/error

Search:
Group by:

Types

DbError = object of IOError
exception that is raised if a database error occurs

Procs

proc dbError(msg: string) {.noreturn, noinline, ...raises: [DbError], tags: [],
                            forbids: [].}
raises an DbError exception with message msg.