blissoda.import_utils.unavailable_function#

blissoda.import_utils.unavailable_function(ex)[source]#

Return a function that raises the given exception when called.

Parameters:

ex (Exception)

Return type:

Callable[..., Any]