~linuxgoose/linguistics-robin

ref: ad3fdc410fa157522dd1e00f4a49210e9daa456f linguistics-robin/linguistics_robin/exceptions.py -rw-r--r-- 189 bytes
ad3fdc41 — Jordan Robinson Merge pull request #24 from linuxgoose/23-caverphone-2-__vowels-undefined-error 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