GB0028

Graph-Break Type

Short name describing what triggered the graph break

Caught non-Exception value

Context

Values or code snippet captured at the break point

str(exc_instance)

Explanation

Explanation of why the graph break was triggered

Except expects to receive an object of Exception type but received {exc_instance}.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry