|
Raylib C++
1.0.0
Encapsulates the raylib library
|
Exception thrown when a RlModel has any error. More...
#include <RlModel.hpp>


Public Member Functions | |
| RlModelException (const std::string &message) | |
| Construct a new RlModelException object. More... | |
Public Member Functions inherited from raylib::ex::RaylibException | |
| RaylibException (const std::string &msg, bool prefix=true) | |
| RaylibException constructor. More... | |
| const char * | what () const noexcept override |
| What override. More... | |
Exception thrown when a RlModel has any error.
|
inlineexplicit |
Construct a new RlModelException object.
| message | the message |
1.8.17