forked from mirrors/0ad
eeeba977ea
Replace `ENSURE` with recoverable error handling. Introduce a new error type so that it's distinguishable from other errors. When such an error occurs the program exits with `EXIT_FAILURE`. Fixes: #7475