Beatmup
Beatmup::ImplementationUnsupported Class Reference

Exception thrown when an implementation restriction is encountered. More...

#include <exception.h>

Inheritance diagram for Beatmup::ImplementationUnsupported:
Beatmup::Exception

Public Member Functions

 ImplementationUnsupported (const char *description)
 
- Public Member Functions inherited from Beatmup::Exception
virtual const char * what () const NOEXCEPT override
 

Additional Inherited Members

- Protected Member Functions inherited from Beatmup::Exception
 Exception (const char *message)
 
template<typename ... Args>
 Exception (const char *message, const Args &... args)
 

Detailed Description

Exception thrown when an implementation restriction is encountered.

Definition at line 124 of file exception.h.

Constructor & Destructor Documentation

◆ ImplementationUnsupported()

Beatmup::ImplementationUnsupported::ImplementationUnsupported ( const char *  description)
inline

Definition at line 126 of file exception.h.

126 : Exception(description) {}
Exception(const char *message)
Definition: exception.h:41

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