Raylib C++  1.0.0
Encapsulates the raylib library
Public Member Functions | List of all members
raylib::ex::BuilderException Class Reference

Exception thrown when a builder failed to build. More...

#include <BuilderException.hpp>

Inheritance diagram for raylib::ex::BuilderException:
Inheritance graph
Collaboration diagram for raylib::ex::BuilderException:
Collaboration graph

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...
 

Detailed Description

Exception thrown when a builder failed to build.

Constructor & Destructor Documentation

◆ BuilderException()

raylib::ex::BuilderException::BuilderException ( const std::string &  msg)
explicit

BuilderException constructor.

Parameters
msgthe message of the exception

The documentation for this class was generated from the following files: