set_raise_method Subroutine

public subroutine set_raise_method(method)

Subroutine meant to be publicly called, sets the routine to be used when raising exceptions. Calls the initialisation routine if not already done.

Arguments

TypeIntentOptionalAttributesName
procedure(raise) :: method

subroutine to be used when an exception is raised


Contents

None