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
| Name | Type | Description |
|---|---|---|
index |
Int |
zero-based position of the missing item |