Raise error mutually exclusive CLAs passed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(command_line_arguments_group), | intent(inout) | :: | self |
CLA data. |
||
character(len=*), | intent(in), | optional | :: | pref |
Prefixing string. |
subroutine raise_error_m_exclude(self, pref) !< Raise error mutually exclusive CLAs passed. class(command_line_arguments_group), intent(inout) :: self !< CLA data. character(*), optional, intent(in) :: pref !< Prefixing string. call self%errored(pref=pref, error=ERROR_M_EXCLUDE) endsubroutine raise_error_m_exclude