schema/exceptions.py (2 lines of code) (raw):

"""Exceptions related to schema generation.""" class SchemaGenerationException(Exception): pass