|
GPR5100 - Rollback
|
AssertException is an exception type used for the project assertation when the user need the application to close quietly. It is caught by the core::Engine in the game loop to close the update loop. More...
#include <assert.h>


Public Member Functions | |
| AssertException (std::string_view msg) | |
| const char * | what () const noexcept override |
AssertException is an exception type used for the project assertation when the user need the application to close quietly. It is caught by the core::Engine in the game loop to close the update loop.