Class InternalError
Defined in File errorHandler.h
Inheritance Relationships
Base Type
public ErrorHandler
(Class ErrorHandler)
Class Documentation
-
class InternalError : public ErrorHandler
Exception for internal errors not covered by more specific exception types.
Public Functions
-
inline explicit InternalError(const std::string &message)
Constructs an InternalError with a custom message.
- Parameters:
message – The message detailing the cause of the exception.
-
inline explicit InternalError(const std::string &message)