R-Type  2
Doom but in better
Loading...
Searching...
No Matches
CustomExceptions::NoEventManager Class Reference

This is the class in charge of informing the user that they tried to access a non-existant Event Manager. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoEventManager:
Inheritance graph
Collaboration diagram for CustomExceptions::NoEventManager:
Collaboration graph

Public Member Functions

 NoEventManager (const std::string &exceptionDetail="")
 Construct a new No Event Manager object.
 
 ~NoEventManager ()
 Destroy the No Event Manager object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

This is the class in charge of informing the user that they tried to access a non-existant Event Manager.

Definition at line 87 of file No.hpp.

Constructor & Destructor Documentation

◆ NoEventManager()

CustomExceptions::NoEventManager::NoEventManager ( const std::string & exceptionDetail = "")

Construct a new No Event Manager object.

Parameters
exceptionDetailA string allowing you to provide extra detail if required

Definition at line 50 of file No.cpp.

◆ ~NoEventManager()

CustomExceptions::NoEventManager::~NoEventManager ( )

Destroy the No Event Manager object.

Definition at line 59 of file No.cpp.

Member Function Documentation

◆ what()

const char * CustomExceptions::NoEventManager::what ( ) const
noexcept

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 61 of file No.cpp.


The documentation for this class was generated from the following files: