dorm v0.3.0 (2022-12-01T09:41:48Z)
Dub
Repo
DatabaseException
dorm
exception
Thrown for errors coming from the DORM / RORM database implementation.
class
DatabaseException :
DormException
{
this
(string msg, string file, size_t line, Throwable nextInChain);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Meta
Source
See Implementation
dorm
exception
classes
DatabaseException
DormException
DormModelException
DormUsageException
Thrown for errors coming from the DORM / RORM database implementation.