mysql-native v2.0.0 (2018-02-13T07:14:17Z)
Dub
Repo
MYX
mysql
exceptions
An exception type to distinguish exceptions thrown by this package.
class
MYX : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
mysql
exceptions
classes
MYX
MYXInvalidatedRange
MYXNoResultRecieved
MYXNotPrepared
MYXProtocol
MYXReceived
MYXResultRecieved
MYXWrongFunction
An exception type to distinguish exceptions thrown by this package.