| 
                             R-Type
                                 2
                             
                            Doom but in better 
                         | 
                    
This is the class in charge of informing the user that they tried to display a non-existent or invalid shape. More...
#include <Invalid.hpp>


Public Member Functions | |
| InvalidShape (const std::string &extraDetails="") | |
| Construct a new Invalid Shape object.   | |
| ~InvalidShape () | |
| Destroy the Invalid Shape object.   | |
| const char * | what () const noexcept | 
| Retrieves the error message.   | |
This is the class in charge of informing the user that they tried to display a non-existent or invalid shape.
Definition at line 487 of file Invalid.hpp.
| CustomExceptions::InvalidShape::InvalidShape | ( | const std::string & | extraDetails = "" | ) | 
Construct a new Invalid Shape object.
| extraDetails | a string of a more detailed explanation of their error. | 
Definition at line 327 of file Invalid.cpp.
| CustomExceptions::InvalidShape::~InvalidShape | ( | ) | 
Destroy the Invalid Shape object.
Definition at line 337 of file Invalid.cpp.
      
  | 
  noexcept | 
Retrieves the error message.
Definition at line 339 of file Invalid.cpp.