From 44289f25480521e68ce06723b38bbda644bb533d Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 6 Jan 2020 12:34:58 +0100 Subject: [PATCH] Add missing exception to API docs --- docs/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 7e965b9f..e6bf1a2c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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