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

Exception thrown when a RlModel has any error. More...

#include <RlModel.hpp>

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

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

Detailed Description

Exception thrown when a RlModel has any error.

Constructor & Destructor Documentation

◆ RlModelException()

raylib::ex::RlModelException::RlModelException ( const std::string &  message)
inlineexplicit

Construct a new RlModelException object.

Parameters
messagethe message

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