Base class for all exceptions.  
 More...
#include <exception.h>
Base class for all exceptions. 
Definition at line 37 of file exception.h.
◆ Exception() [1/2]
  
  | 
        
          | Beatmup::Exception::Exception | ( | const char * | message | ) |  |  | inlineprotected | 
 
 
◆ Exception() [2/2]
template<typename ... Args> 
  
  | 
        
          | Beatmup::Exception::Exception | ( | const char * | message, |  
          |  |  | const Args &... | args |  
          |  | ) |  |  |  | inlineprotected | 
 
Definition at line 44 of file exception.h.
   45             static const int MAX_LENGTH = 4*1024;
 
 
 
 
◆ what()
  
  | 
        
          | virtual const char* Beatmup::Exception::what | ( |  | ) | const |  | inlineoverridevirtual | 
 
 
◆ message
  
  | 
        
          | std::string Beatmup::Exception::message |  | private | 
 
 
The documentation for this class was generated from the following file: