text_formatter.exceptions - Customized exceptions collector for text_formatter#
Source code: text_formatter/exceptions.py
Basically, this file was created to store some exceptions we have created,
to use them on many text_formatter features.
These exceptions are built as subclasses of the standard Python exceptions, or subclasses of one of our exceptions.
- exception text_formatter.exceptions.InvalidString#
Basic exception, raised when a string argument cannot be used by
text_formatter.
- exception text_formatter.exceptions.InvalidBytes#
Exception raised when a bytestring is considered invalid.