sciline.HandleAsBuildTimeException#

class sciline.HandleAsBuildTimeException(*args, **kwargs)[source]#

Error handler used by default.

This will raise an exception when building the graph, which is helpful for ensuring that errors are caught early, before starting costly computation.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

handle_unsatisfied_requirement(tp, *explanation)

Raise an exception when a type cannot be provided.

handle_unsatisfied_requirement(tp, *explanation)[source]#

Raise an exception when a type cannot be provided.

Return type:

NoReturn