UNPKG

supertokens-node

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