Add missing exception to API docs

This commit is contained in:
Hynek Schlawack 2020-01-06 12:34:58 +01:00
parent 495968281c
commit 44289f2548
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@ Core
C(x=[1, 2, 3], y={1, 2, 3})
Exceptions
----------
.. autoexception:: attr.exceptions.PythonTooOldError
.. autoexception:: attr.exceptions.FrozenInstanceError
.. autoexception:: attr.exceptions.AttrsAttributeNotFoundError
.. autoexception:: attr.exceptions.NotAnAttrsClassError