dj_angles.exceptions¶
Module Contents¶
- exception dj_angles.exceptions.InvalidEndTagError(tag: dj_angles.tags.Tag, last_tag: dj_angles.tags.Tag)¶
Bases:
Exception
Indicates that a tag has been opened, but has not be 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.