plover.exception
– Exceptions¶
- exception plover.exception.InvalidConfigurationError¶
Raised when there is something wrong in the configuration.
- exception plover.exception.DictionaryLoaderException(path, exception)¶
Raised when the dictionary file at
path
could not be loaded.exception
is the underlying error that caused the loading to fail.