class CSVException(Exception): """Main csv exception""" pass class InvalidNameOrTypeHeaderException(CSVException): """Throw if csv file has invalid name or type of header""" pass