~linuxgoose/linguistics-robin

ref: 63915e4dce58f8bb8c89156a0dcecadc3b972a60 linguistics-robin/pyphonetics/exceptions.py -rw-r--r-- 189 bytes
63915e4d — Jordan Fixing of not dropping all leading instances of the first character matching the next in line 8 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