diff options
Diffstat (limited to 'python/attr/exceptions.pyi')
-rw-r--r-- | python/attr/exceptions.pyi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/attr/exceptions.pyi b/python/attr/exceptions.pyi deleted file mode 100644 index 48fffcc..0000000 --- a/python/attr/exceptions.pyi +++ /dev/null @@ -1,7 +0,0 @@ -class FrozenInstanceError(AttributeError): - msg: str = ... - -class AttrsAttributeNotFoundError(ValueError): ... -class NotAnAttrsClassError(ValueError): ... -class DefaultAlreadySetError(RuntimeError): ... -class UnannotatedAttributeError(RuntimeError): ... |