MCPcopy Create free account
hub / github.com/closeio/tasktiger / TaskImportError

Class TaskImportError

tasktiger/exceptions.py:5–8  ·  view source on GitHub ↗

Raised when a task could not be imported.

Source from the content-addressed store, hash-verified

3
4
5class TaskImportError(ImportError):
6 """
7 Raised when a task could not be imported.
8 """
9
10
11class JobTimeoutException(BaseException):

Callers 1

import_attributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected