mysql-native ~issue65 (2022-05-05T22:39:20.4721636)
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
MYXInvalidatedDate
MYXInvalidatedRange
MYXNoResultRecieved
MYXNotPrepared
MYXProtocol
MYXReceived
MYXResultRecieved
MYXWrongFunction
An exception type to distinguish exceptions thrown by this package.