class UnsupportedFormatError(Exception):
    """Exception raised when a format is not supported."""
    pass
