![]() |
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that they tried to play music from a class that has not music initialised. More...
#include <NotInitialised.hpp>
Public Member Functions | |
MusicNotInitialised (const std::string &exceptionDetail="") | |
Construct a new Music Not Initialised object. | |
~MusicNotInitialised () | |
Destroy the Music Not Initialised object. | |
const char * | what () const noexcept |
Retrieves the error message. | |
This is the class in charge of informing the user that they tried to play music from a class that has not music initialised.
Definition at line 30 of file NotInitialised.hpp.
CustomExceptions::MusicNotInitialised::MusicNotInitialised | ( | const std::string & | exceptionDetail = "" | ) |
Construct a new Music Not Initialised object.
exceptionDetail | A string allowing you to provide additional detail if required. |
Definition at line 19 of file NotInitialised.cpp.
CustomExceptions::MusicNotInitialised::~MusicNotInitialised | ( | ) |
Destroy the Music Not Initialised object.
Definition at line 29 of file NotInitialised.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 31 of file NotInitialised.cpp.