UNPKG

@0xsplits/splits-sdk-react

Version:

React wrapper for the 0xSplits SDK

11 lines (9 loc) 337 B
export class V1MainnetNotSupportedError extends Error { name = 'V1MainnetNotSupportedError' constructor() { const message = 'This is a v1 split which is not supported in the provider lookup. Please use the api lookup instead.' super(message) Object.setPrototypeOf(this, V1MainnetNotSupportedError.prototype) } }