File: exception.md

package info (click to toggle)
plover 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,356 kB
  • sloc: python: 21,589; sh: 682; ansic: 25; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# `plover.exception` -- Exceptions

```{py:module} plover.exception
```

```{exception} InvalidConfigurationError
Raised when there is something wrong in the configuration.
```

```{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.
```