raise_exception Subroutine

public subroutine raise_exception(msg)

Raises an exception with a given message. By default, exceptions terminate program execution. Calls the initialisation routine if not already done.

Arguments

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

message to be used when an exception is raised


Contents

None