![]() |
raylib-cpp
C++ object-oriented wrapper library for raylib.
|
Exception used for most raylib-related exceptions. More...
Public Member Functions | |
| RaylibException (std::string message) throw () | |
| Construct a runtime exception with the given message. More... | |
| void | TraceLog (int logLevel=LOG_ERROR) |
| Outputs the exception message to TraceLog(). More... | |
Exception used for most raylib-related exceptions.
Definition at line 13 of file RaylibException.hpp.
|
inline | ||||||||||||||
Construct a runtime exception with the given message.
| message | The message to provide for the exception. |
Definition at line 20 of file RaylibException.hpp.
|
inline |
Outputs the exception message to TraceLog().
| logLevel | The output status to use when outputing. |
Definition at line 29 of file RaylibException.hpp.