Skip to content

IndexOutOfBoundsError

Bases: IndexError

Raised when trying to access an invalid index.

Source code in src/safeds/exceptions/__init__.py
class IndexOutOfBoundsError(IndexError):
    """Raised when trying to access an invalid index."""