Searched refs:QMPShellError (Results 1 – 1 of 1) sorted by relevance
143 class QMPShellError(QMPError): class267 raise QMPShellError(279 raise QMPShellError(msg.format('.'.join(curpath)))285 raise QMPShellError(msg.format('.'.join(curpath)))286 raise QMPShellError(f'Cannot set "{key}" multiple times')311 raise QMPShellError(msg)347 except QMPShellError as err: