UNPKG

cimpress-fulfiller-identity

Version:
9 lines (7 loc) 192 B
class FulfillerNotFoundError extends Error { constructor(...args) { super(...args); this.name = 'FulfillerNotFoundError'; } } module.exports = FulfillerNotFoundError;