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