Source code for descarteslabs.workflows.types.core.exceptions
[docs]class ProxyTypeError(TypeError):
"Raised when an operation is applied to an inappropriate ProxyType, similar to a Python's TypeError."
pass
[docs]class ProxyTypeError(TypeError):
"Raised when an operation is applied to an inappropriate ProxyType, similar to a Python's TypeError."
pass