Skip to content

MissingPosError

Raised when a required positional argument is not provided.

Inherits from: RuntimeError

Constructor

MissingPosError index

Builds an error naming a missing positional item.

Parameters

NameTypeDescription
index Int zero-based position of the missing item