~linuxgoose/linguistics-robin

ref: 83d534e35eef21e831b5d1849c6e0088806d1919 linguistics-robin/linguistics_robin/exceptions.py -rw-r--r-- 189 bytes
83d534e3 — Jordan Update pyproject.toml 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class UnicodeException(Exception):
    pass


class WrongLengthException(Exception):
    pass


class DistanceMetricError(Exception):
    pass


class EmptyStringError(Exception):
    pass