Wad Map Converter: Use exceptions instead of fatal errors
Plugins and other low-level code should not have authority to shut down the entire engine. If a nonrecoverable error occurs, they should throw an exception and let the higher layers worry about it. (Which, if unhandled, it will cause the app to close.)
Wad Map Converter: Use exceptions instead of fatal errors
Plugins and other low-level code should not have authority
to shut down the entire engine. If a nonrecoverable error
occurs, they should throw an exception and let the higher
layers worry about it. (Which, if unhandled, it will cause
the app to close.)