Source code for koji_wrapper.exceptions

# -*- coding: utf-8 -*-

""" Collection of custom Exceptions """


[docs]class UnsupportedTypeException(Exception): pass