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

Exception thrown when the camera creation fails. More...

#include <RlCamera.hpp>

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

Public Member Functions

 CameraException (const std::string &message)
 Construct a new CameraException 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 the camera creation fails.

Constructor & Destructor Documentation

◆ CameraException()

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

Construct a new CameraException object.

Parameters
messagethe message

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