diff options
author | nicholascar <nicholas.car@surroundaustralia.com> | 2021-12-11 13:02:02 +1000 |
---|---|---|
committer | nicholascar <nicholas.car@surroundaustralia.com> | 2021-12-11 13:02:02 +1000 |
commit | 74302bcf993777c7f7ae494aaf4953c05724d4f3 (patch) | |
tree | 1a351ee554941c073ba94c2ec5902f68991495ca /rdflib/plugins/shared/jsonld/errors.py | |
parent | 8f59bd510dbd9310e6dd95243f53790c3ac0be04 (diff) | |
download | rdflib-74302bcf993777c7f7ae494aaf4953c05724d4f3.tar.gz |
more Flak8 improvements
Diffstat (limited to 'rdflib/plugins/shared/jsonld/errors.py')
-rw-r--r-- | rdflib/plugins/shared/jsonld/errors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rdflib/plugins/shared/jsonld/errors.py b/rdflib/plugins/shared/jsonld/errors.py index 977d2d6f..f1973f14 100644 --- a/rdflib/plugins/shared/jsonld/errors.py +++ b/rdflib/plugins/shared/jsonld/errors.py @@ -7,3 +7,4 @@ class JSONLDException(ValueError): # http://www.w3.org/TR/json-ld-api/#idl-def-JsonLdErrorCode.{code-message} RECURSIVE_CONTEXT_INCLUSION = JSONLDException("recursive context inclusion") INVALID_REMOTE_CONTEXT = JSONLDException("invalid remote context") +INVALID_CONTEXT_ENTRY = JSONLDException("invalid context entry") |