MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / RaylibException

Method RaylibException

include/RaylibException.hpp:20–22  ·  view source on GitHub ↗

* Construct a runtime exception with the given message. * * @param message The message to provide for the exception. */

Source from the content-addressed store, hash-verified

18 * @param message The message to provide for the exception.
19 */
20 explicit RaylibException(const std::string& message) noexcept : std::runtime_error(message) {
21 // Nothing
22 }
23
24 /**
25 * Outputs the exception message to TraceLog().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected