type

SqlErr

src const class SqlErr : Err

SqlErr indicates an error from the SQL database driver.

constructors

Slot Details

make

src new make(Str? msg, Err? cause := null)