Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
Input::InputError Class Reference

#include <InputError.hpp>

Inheritance diagram for Input::InputError:

Public Member Functions

 InputError (const std::string &message)
const char * what () const override throw ()

Private Attributes

std::string msg

Constructor & Destructor Documentation

◆ InputError()

Input::InputError::InputError ( const std::string & message)
inlineexplicit

Member Function Documentation

◆ what()

const char * Input::InputError::what ( ) const
throw ( )
inlineoverride

Member Data Documentation

◆ msg

std::string Input::InputError::msg
private

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