Skip to content

NotADirectoryError

A path component is not a directory.

Inherits from: Error

Constructor

NotADirectoryError message …

Creates the error. Parameters match Error.

Parameters

NameTypeDescription
message Str Error message.
:code? ErrorCode Underlying platform code.