Class CannotCreateDirectoryError
Defined in File errorHandler.h
Inheritance Relationships
Base Type
public ErrorHandler
(Class ErrorHandler)
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.
-
inline explicit CannotCreateDirectoryError(const std::string &message)