Errors
TokenNotFound
Bases: RuntimeError
The token was not found.
Source code in aoc/errors.py
17 18 19 20 21 22 23 24 25 26 27 28 |
|
path: Path
property
The token path.
DataNotFound
Bases: RuntimeError
The data for the problem was not found.
Source code in aoc/errors.py
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
|
key: Key
property
The key of the problem.
path: Path
property
The path to the problem's data file.
InternalError
Bases: RuntimeError
Represents internal errors in the library.
Source code in aoc/errors.py
55 56 |
|