teddecor.Exceptions

The exceptions module is a collection of utilities to give rich and readable error messages.

This module will provide:

  • Base error messages with good readability and file linking
  • Colored error messages
  • Hinted messages
  • Grouped errors
  • Chained errors
 1"""The exceptions module is a collection of utilities to give rich and readable error messages.
 2
 3This module will provide:
 4* Base error messages with good readability and file linking
 5* Colored error messages
 6* Hinted messages
 7* Grouped errors
 8* Chained errors
 9"""
10from .base import *