Arcade architecture
DllException Class Reference

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

#include <Exception.hpp>

Inheritance diagram for DllException:
Collaboration diagram for DllException:

Public Member Functions

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

Private Attributes

std::string _msg
 Error message.
 

Detailed Description

Exception class for handling DLL-related errors.

The DllException class is used to handle errors related to loading and managing DLLs.

Constructor & Destructor Documentation

◆ DllException()

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

Constructor for DllException.

Parameters
msgThe error message.

Member Function Documentation

◆ what()

const char * DllException::what ( ) const
inlineoverridenoexcept

Returns the error message.

Returns
The error message.

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