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

Exception thrown when an invalid argument is passed to a function. More...

#include <InvalidArgumentException.hpp>

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

Public Member Functions

 InvalidArgumentException (const std::string &msg)
 InvalidArgumentException 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 an invalid argument is passed to a function.

Constructor & Destructor Documentation

◆ InvalidArgumentException()

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

InvalidArgumentException constructor.

Parameters
msgthe message of the exception

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