UNPKG

@rarimo/swap

Version:

Internal tools that other Rarimo packages use to swap tokens.

8 lines (6 loc) 195 B
import { RuntimeError } from '@rarimo/shared' export class SwapperMultiplePaymentOptsEmptyError extends RuntimeError { constructor() { super('Multiple payment options are required') } }