system-pri/backend/app/coordinator/exceptions.py

7 lines
179 B
Python

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