wxDatabase
wxDatabase copied to clipboard
wxDatabaseException does not derive from std::exception
Catching std::exception doesn't catch exceptions thrown by wxDatabase. Derive wxDatabaseException from std::exception to resolve.
Thanks @KerryL I'm planning to revisit the library and this will definitely going to be resolved!