Class FileContentError

Inheritance Relationships

Base Type

Class Documentation

class FileContentError : public ErrorHandler

Exception for errors related to incorrect or unexpected content within a file.

Public Functions

inline explicit FileContentError(const std::string &message)

Constructs a FileContentError with a custom message.

Parameters:

message – The message detailing the cause of the exception.