Import
import { InvalidOperationException } from '@rs-x/core';API Reference
Thrown when an operation is called in an invalid state or context.
import { InvalidOperationException } from '@rs-x/core';import { InvalidOperationException } from '@rs-x/core';
const instance = new InvalidOperationException(...args);1 member in this class.
constructor(message: string)Parameters