13 lines
163 B
Python

class ColumnException(Exception):
pass
class ColumnTypeMismatchException(ColumnException):
pass
class StructPackException(ColumnException):
pass