wxDatabase icon indicating copy to clipboard operation
wxDatabase copied to clipboard

wxDatabaseException does not derive from std::exception

Open KerryL opened this issue 6 years ago • 1 comments

Catching std::exception doesn't catch exceptions thrown by wxDatabase. Derive wxDatabaseException from std::exception to resolve.

KerryL avatar Jun 18 '19 14:06 KerryL

Thanks @KerryL I'm planning to revisit the library and this will definitely going to be resolved!

mtangoo avatar Jun 20 '19 06:06 mtangoo