Import
import { UnexpectedException } from '@rs-x/core';API Reference
Thrown when an unexpected runtime condition occurs.
import { UnexpectedException } from '@rs-x/core';import { UnexpectedException } from '@rs-x/core';
const instance = new UnexpectedException(...args);1 member in this class.
constructor(message: string)Parameters
| Name | Type | Required |
|---|---|---|
| message | string | required |