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
pathcould not be loaded.exceptionis the underlying error that caused the loading to fail.