Skip to content

NotFoundError

Raised when a filesystem path, program, or other system resource cannot be found.

Inherits from: Error

Constructor

NotFoundError message …

Creates a missing-resource error. Parameters match Error.

Parameters

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