Class CannotCreateDirectoryError

Inheritance Relationships

Base Type

Class Documentation

class CannotCreateDirectoryError : public ErrorHandler

Exception for errors when creating a directory.

Public Functions

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

Constructs a CannotCreateDirectoryError with a custom message.

Parameters:

message – The message detailing the cause of the exception.