Arcade architecture
ProgramCoreException Class Reference

Exception class for handling DLL-related errors. More...

#include <Exception.hpp>

Inheritance diagram for ProgramCoreException:
Collaboration diagram for ProgramCoreException:

Public Member Functions

const char * what () const noexcept override
 Returns the error message. More...
 
 ProgramCoreException (const std::string &msg)
 Constructor for ProgramCoreException. More...
 
 ~ProgramCoreException ()=default
 Destructor for ProgramCoreException.
 

Private Attributes

std::string _msg
 Error message.
 

Detailed Description

Exception class for handling DLL-related errors.

The ProgramCoreException class is used to handle errors related to the program core

Constructor & Destructor Documentation

◆ ProgramCoreException()

ProgramCoreException::ProgramCoreException ( const std::string &  msg)
inline

Constructor for ProgramCoreException.

Parameters
msgThe error message.

Member Function Documentation

◆ what()

const char * ProgramCoreException::what ( ) const
inlineoverridenoexcept

Returns the error message.

Returns
The error message.

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