You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
257 B

4 years ago
  1. class FrozenInstanceError(AttributeError):
  2. msg: str = ...
  3. class AttrsAttributeNotFoundError(ValueError): ...
  4. class NotAnAttrsClassError(ValueError): ...
  5. class DefaultAlreadySetError(RuntimeError): ...
  6. class UnannotatedAttributeError(RuntimeError): ...