API Reference

UnsupportedExceptionclass

Thrown when a feature, value type, or operation is not supported.

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

Import

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

Example

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

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

Members

1 member in this class.

constructor
constructorpublic
constructor(message: string)

Parameters

Name
Type
Required
message
string
required