UNPKG

supertokens-node

Version:
5 lines (4 loc) 164 B
import STError from "../../error"; export default class ThirdPartyError extends STError { constructor(options: { type: "BAD_INPUT_ERROR"; message: string }); }