Import
import { CustomError } from '@rs-x/core';API Reference
Base error class used by rs-x exceptions to set a stable custom error name.
import { CustomError } from '@rs-x/core';import { CustomError } from '@rs-x/core';
const instance = new CustomError(...args);1 member in this class.
constructor(
message: string,
name?: string
)Parameters