UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

9 lines (7 loc) 216 B
class ClaimValueError extends Error { name = 'ClaimValueError'; constructor(message) { super(message || 'Unable to claim value from mailbox. Params are invalid'); } } export { ClaimValueError };