UnexpectedPosError
Raised when an unexpected positional argument is passed.
Inherits from: RuntimeError
Constructor
UnexpectedPosError index
Builds an error naming an unexpected positional item.
Parameters
| Name | Type | Description |
|---|---|---|
index |
Int |
zero-based position of the unexpected item |