Class CannotOpenFileError

Inheritance Relationships

Base Type

Class Documentation

class CannotOpenFileError : public ErrorHandler

Exception for errors when opening a file.

Public Functions

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

Constructs a CannotOpenFileError with a custom message.

Parameters:

message – The message detailing the cause of the exception.