This is the class in charge of informing the user that they tried to access a non-existant animation class.  
 More...
#include <No.hpp>
|  | 
|  | NoAnimation (const std::string &exceptionDetail="") | 
|  | Construct a new No Animation object. 
 | 
|  | 
|  | ~NoAnimation () | 
|  | Destroy the No Animation object. 
 | 
|  | 
| const char * | what () const noexcept | 
|  | Retrieves the error message. 
 | 
|  | 
This is the class in charge of informing the user that they tried to access a non-existant animation class. 
Definition at line 238 of file No.hpp.
◆ NoAnimation()
      
        
          | CustomExceptions::NoAnimation::NoAnimation | ( | const std::string & | exceptionDetail = "" | ) |  | 
      
 
Construct a new No Animation object. 
- Parameters
- 
  
    | exceptionDetail | A string allowing you to provide extra detail if required. |  
 
Definition at line 136 of file No.cpp.
 
 
◆ ~NoAnimation()
      
        
          | CustomExceptions::NoAnimation::~NoAnimation | ( |  | ) |  | 
      
 
Destroy the No Animation object. 
Definition at line 145 of file No.cpp.
 
 
◆ what()
  
  | 
        
          | const char * CustomExceptions::NoAnimation::what | ( |  | ) | const |  | noexcept | 
 
Retrieves the error message. 
- Returns
- A C-style string representing the error message. 
Definition at line 147 of file No.cpp.
 
 
The documentation for this class was generated from the following files:
- gui/include/CustomExceptions/No.hpp
- gui/src/CustomExceptions/No.cpp