|
Raylib C++
1.0.0
Encapsulates the raylib library
|
Exception thrown when a builder failed to build. More...
#include <BuilderException.hpp>


Public Member Functions | |
| BuilderException (const std::string &msg) | |
| BuilderException constructor. 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 builder failed to build.
|
explicit |
BuilderException constructor.
| msg | the message of the exception |
1.8.17