ID EN
Built-in Exceptions

RuntimeError

Python 3.11

Raised when an error is detected that doesn’t fall in any of the other categories. The associated value is a string indicating what precisely went wrong.

Syntax

PYTHON
exception RuntimeError