|
Raylib C++
1.0.0
Encapsulates the raylib library
|
Exception thrown when an invalid argument is passed to a function. More...
#include <InvalidArgumentException.hpp>


Public Member Functions | |
| InvalidArgumentException (const std::string &msg) | |
| InvalidArgumentException 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 an invalid argument is passed to a function.
|
explicit |
InvalidArgumentException constructor.
| msg | the message of the exception |
1.8.17