dj_angles.exceptions¶
Module Contents¶
- exception dj_angles.exceptions.InvalidEndTagError(tag: dj_angles.tags.Tag, last_tag: dj_angles.tags.Tag)¶
Bases:
ExceptionIndicates that a tag has been opened, but not closed correctly.
- tag: dj_angles.tags.Tag¶
Current tag that is being processed.
- last_tag: dj_angles.tags.Tag¶
The previous tag that was processed.
- exception dj_angles.exceptions.MissingAttributeError(name: str)¶
Bases:
ExceptionIndicates that an attribute could not be found.