API Reference

InvalidOperationExceptionclass

Thrown when an operation is called in an invalid state or context.

Quick facts
Kind
class
Base class
CustomError
Members
1
Package
@rs-x/core

Import

import { InvalidOperationException } from '@rs-x/core';

Example

import { InvalidOperationException } from '@rs-x/core';

const instance = new InvalidOperationException(...args);

Members

1 member in this class.

constructor
constructorpublic
constructor(message: string)

Parameters

Name
Type
Required
message
string
required