handle Interface

interface
public subroutine handle(err_type, message, source_file, line_num)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: err_type

Type of the error

character(len=*), intent(in) :: message

Optional message

character(len=*), intent(in) :: source_file

Source file where the problem occurred

integer, intent(in) :: line_num

Source line at which the error occurred