Contents:
# -*- coding: utf-8 -*- """ Collection of custom Exceptions """ [docs]class UnsupportedTypeException(Exception): pass