export default class NoTargetOperatorError extends Error { constructor(msg = 'This query has no defined target operator.') { super(msg) } }