rl_raylib
1.1.10
|
The exception thrown by the rl_RayLib and rl_RaySupLib libraries. More...
#include <rl_Exception.h>
Inherits Exception.
Public Member Functions | |
~rl_Exception () | |
Destructor. | |
rl_Exception (const std::string &msg) | |
Include a string describing the exception. | |
rl_Exception (const char *format,...) | |
Format a string describing the exception. | |
The exception thrown by the rl_RayLib and rl_RaySupLib libraries.
Definition at line 36 of file rl_Exception.h.