A class with ``auto_attribs=True`` has a field without a type annotation. .. versionadded:: 17.3.0
| 62 | |
| 63 | |
| 64 | class UnannotatedAttributeError(RuntimeError): |
| 65 | """ |
| 66 | A class with ``auto_attribs=True`` has a field without a type annotation. |
| 67 | |
| 68 | .. versionadded:: 17.3.0 |
| 69 | """ |
| 70 | |
| 71 | |
| 72 | class PythonTooOldError(RuntimeError): |