class

XDG::DirectoryError

Inherits XDG::Error < Exception < Reference < Object

Raised when directory creation fails or permissions prevent access

Constructors

new(message, path : Path | String, cause : Exception | Nil = nil)

Includes the problematic path in the error context

Source