mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-07 14:25:17 -04:00

Now it explicitely stores name of SDL function which caused an error and generates complete user-readable error message which contains both function name and SDL error message. Users can now handle SDL2pp exceptions along with all others in `catch (std::exception&)' and get complete error info. While here, fixed incorrect function names in some throw's