QueryException

The exception is thrown when query is failed due some reason.

class QueryException : Exception {}

Constructors

this
this(string msg, string file, size_t line)
Undocumented in source.

Meta