Skip to content

Commit c3bbcf5

Browse files
author
Matt Sokoloff
committed
tests passing
1 parent be98c01 commit c3bbcf5

File tree

5 files changed

+198
-302
lines changed

5 files changed

+198
-302
lines changed

labelbox/exceptions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,7 @@ class MalformedQueryException(Exception):
104104
class UuidError(LabelboxError):
105105
""" Raised when there are repeat Uuid's in bulk import request."""
106106
pass
107+
108+
class NDJsonError(LabelboxError):
109+
"""Raised when an ndjson line is invalid."""
110+
...

0 commit comments

Comments
 (0)