Source code for publicdata.census.exceptions

# Copyright (c) 2017 Civic Knowledge. This file is licensed under the terms of the
# MIT License, included in this distribution as LICENSE


[docs]class CensusParsingException(Exception): pass