Clear exceptions in the class.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(json_file), | intent(inout) | :: | me |
pure subroutine json_file_clear_exceptions(me)
implicit none
class(json_file),intent(inout) :: me
call me%core%clear_exceptions()
end subroutine json_file_clear_exceptions