on_exception_raised Subroutine

private subroutine on_exception_raised(msg)

Workflow that is executed by default when an exception is raised. The argument message is printed to the console and program execution is terminated.

Arguments

TypeIntentOptionalAttributesName
character(len=*), intent(in) :: msg

message to print to the console when exception is raised


Contents

None