We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29daeed commit db637daCopy full SHA for db637da
docs/exceptions.rst
@@ -38,6 +38,8 @@ that convert to specific Python exceptions as shown below:
38
- ``ValueError``
39
* - ``std::overflow_error``
40
- ``OverflowError``
41
+ * - ``std::runtime_error``
42
+ - ``RuntimeError``
43
* - :cpp:func:`nb::stop_iteration <stop_iteration>`
44
- ``StopIteration`` (used to implement custom iterator)
45
* - :cpp:func:`nb::index_error <index_error>`
0 commit comments