~linuxgoose/linguistics-robin

ref: caec89fb4ef61a639649e69c9ee2fd34094760ff linguistics-robin/pyphonetics/exceptions.py -rw-r--r-- 189 bytes
caec89fb — Ilias Koutsakis fixed PyPI description (README.rst needed) 5 years 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