src/allographer/v1/query_builder/error

    Dark Mode
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: [].}
raises an DbError exception with message msg.