File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,8 @@ def response(self) -> Response:
156156 return self ._response
157157
158158
159- class RequestQuotaReached (Exception ):
159+ # See https://github.com/adamtheturtle/vws-python/issues/822.
160+ class RequestQuotaReached (Exception ): # pragma: no cover
160161 """
161162 Exception raised when Vuforia returns a response with a result code
162163 'RequestQuotaReached'.
@@ -318,7 +319,8 @@ def response(self) -> Response:
318319 return self ._response
319320
320321
321- class DateRangeError (Exception ):
322+ # See https://github.com/adamtheturtle/vws-python/issues/846.
323+ class DateRangeError (Exception ): # pragma: no cover
322324 """
323325 Exception raised when Vuforia returns a response with a result code
324326 'DateRangeError'.
You can’t perform that action at this time.
0 commit comments