warnings¶
Warnings for general usage by the Turtle Canon tool.
Note
These warnings are not like regular Python Warnings. Instead, they are Exceptions that will be caught and treated specially by the CLI.
EmptyFile ¶
Bases: TurtleCanonWarning
A file's content is empty.
Source code in turtle_canon/utils/warnings.py
16 17 | |
NoTriples ¶
Bases: TurtleCanonWarning
No triples found in the parsed ontology.
Source code in turtle_canon/utils/warnings.py
20 21 | |
TurtleCanonWarning ¶
Bases: Exception
Base Warning for the Turtle Canon tool.
Source code in turtle_canon/utils/warnings.py
12 13 | |