~linuxgoose/linguistics-robin

ref: cd2ed9b16b07e593d8989a8fae7245cf1403f49f linguistics-robin/linguistics_robin/exceptions.py -rw-r--r-- 189 bytes
cd2ed9b1 — Jordan Robinson Merge pull request #22 from linuxgoose/10-add-caverphone1-and-caverphone2 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