Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(kind=CDK,len=*), | intent(in) | :: | msg |
Alternate version of json_throw_exception, where "msg" is kind=CDK.
subroutine wrap_json_throw_exception(msg)
implicit none
character(kind=CDK,len=*),intent(in) :: msg !the error message
call json_throw_exception(to_unicode(msg))
end subroutine wrap_json_throw_exception