mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-04 06:23:30 +08:00
Update docs on std::out_of_range exception mapping (#1254)
This commit is contained in:
parent
e11e71d85c
commit
51ca6b0832
@ -24,7 +24,7 @@ exceptions:
|
|||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
| :class:`std::length_error` | ``ValueError`` |
|
| :class:`std::length_error` | ``ValueError`` |
|
||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
| :class:`std::out_of_range` | ``ValueError`` |
|
| :class:`std::out_of_range` | ``IndexError`` |
|
||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
| :class:`std::range_error` | ``ValueError`` |
|
| :class:`std::range_error` | ``ValueError`` |
|
||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user