UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

6 lines (4 loc) 115 B
export const invalid = (message: string) => { throw new Error(message) } export class ApiError extends Error {}