|
Raylib C++
1.0.0
Encapsulates the raylib library
|
All exceptions of the raylib-cpp library will inherit from this class. More...
#include <RaylibException.hpp>


Public Member Functions | |
| RaylibException (const std::string &msg, bool prefix=true) | |
| RaylibException constructor. More... | |
| const char * | what () const noexcept override |
| What override. More... | |
All exceptions of the raylib-cpp library will inherit from this class.
|
explicit |
RaylibException constructor.
| msg | the message of the exception |
| prefix | if prefix "[Raylib]" should be added to the message |
|
overridenoexcept |
What override.
1.8.17