warnings¶
Warnings for general usage by the Turtle Canon tool.
Note
These warnings are not like regular Python Warning
s. Instead, they are Exception
s 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 |
|