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

Exception thrown when an animation is not found. More...

#include <RlAnimation.hpp>

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

Public Member Functions

 RlAnimationException (const std::string &message)
 Construct a new RlAnimationException 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 an animation is not found.

Constructor & Destructor Documentation

◆ RlAnimationException()

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

Construct a new RlAnimationException object.

Parameters
messagethe message

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