mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-14 17:20:39 +00:00
8 lines
257 B
Python
8 lines
257 B
Python
|
class FrozenInstanceError(AttributeError):
|
||
|
msg: str = ...
|
||
|
|
||
|
class AttrsAttributeNotFoundError(ValueError): ...
|
||
|
class NotAnAttrsClassError(ValueError): ...
|
||
|
class DefaultAlreadySetError(RuntimeError): ...
|
||
|
class UnannotatedAttributeError(RuntimeError): ...
|