![]() |
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the music configuration they provided is incorrect. More...
#include <Invalid.hpp>
Public Member Functions | |
InvalidMusicConfiguration (const std::string &userConfiguration="", const std::string &musicName="") | |
Construct a new Invalid Music Configuration object. | |
~InvalidMusicConfiguration () | |
Destroy the Invalid Music Configuration object. | |
const char * | what () const noexcept |
Retrieves the error message. | |
This is the class in charge of informing the user that the music configuration they provided is incorrect.
Definition at line 118 of file Invalid.hpp.
CustomExceptions::InvalidMusicConfiguration::InvalidMusicConfiguration | ( | const std::string & | userConfiguration = "", |
const std::string & | musicName = "" ) |
Construct a new Invalid Music Configuration object.
userConfiguration | The configuration section provided by the user. |
musicName | The name of the music that was affected by the configuration. |
Definition at line 71 of file Invalid.cpp.
CustomExceptions::InvalidMusicConfiguration::~InvalidMusicConfiguration | ( | ) |
Destroy the Invalid Music Configuration object.
Definition at line 85 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 87 of file Invalid.cpp.