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