GPR5100 - Rollback
Loading...
Searching...
No Matches
Public Member Functions | List of all members
core::AssertException Class Referencefinal

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>

Inheritance diagram for core::AssertException:
Inheritance graph
[legend]
Collaboration diagram for core::AssertException:
Collaboration graph
[legend]

Public Member Functions

 AssertException (std::string_view msg)
 
const char * what () const noexcept override
 

Detailed Description

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.


The documentation for this class was generated from the following file: