Binder / utils /errors.py
Timothyxxx
Init
f6f97d8
raw
history blame contribute delete
93 Bytes
class DuplicateColumnsError(Exception):
def __init__(self, msg):
self.msg = msg