Class InternalError

Inheritance Relationships

Base Type

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.