Inscoper::InscoperException¶
InscoperException class is the custom exception class. More...
#include <InscoperException.h>
Inherits from std::exception
Public Functions¶
| Name | |
|---|---|
| InscoperException(const std::string & msg) Constructor with a specific exception message. |
|
| virtual | ~InscoperException() Default destructor. |
| const char * | what() const override Get the message of the exception. |
Detailed Description¶
InscoperException class is the custom exception class.
This class provides a mechanism to report exceptions.
Public Functions Documentation¶
function InscoperException¶
Constructor with a specific exception message.
Parameters:
- msg : The exception message
function ~InscoperException¶
Default destructor.
function what¶
Get the message of the exception.
Return: The exception message
Retrieves the message associated with the exception.
Updated on 2026-04-02 at 10:55:36 +0200