File size: 93 Bytes
f6f97d8
 
 
 
1
2
3
4
5
class DuplicateColumnsError(Exception):
    def __init__(self, msg):
        self.msg = msg