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

Exception thrown in the RlWindow class. More...

#include <WindowException.hpp>

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

Public Member Functions

 WindowException (const std::string &msg)
 WindowException 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 in the RlWindow class.

Constructor & Destructor Documentation

◆ WindowException()

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

WindowException constructor.

Parameters
msgthe message of the exception

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