UNPKG

@dugongjs/core

Version:

6 lines (5 loc) 187 B
export class MissingProducerOrMapperError extends Error { constructor() { super("Both messageProducer and outboundMessageMapper must be set together or not at all."); } }