%PDF- %PDF-
| Direktori : /lib/calibre/calibre/gui2/tts/ |
| Current File : //lib/calibre/calibre/gui2/tts/errors.py |
#!/usr/bin/env python3
# License: GPL v3 Copyright: 2020, Kovid Goyal <kovid at kovidgoyal.net>
class TTSSystemUnavailable(Exception):
def __init__(self, message, details):
Exception.__init__(self, message)
self.short_msg = message
self.details = details