Class FileNotFoundError

Inheritance Relationships

Base Type

Class Documentation

class FileNotFoundError : public ErrorHandler

Exception indicating that a required file could not be found.

Public Functions

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

Constructs a FileNotFoundError with a custom message.

Parameters:

message – The message detailing the cause of the exception.