Import
import { NoAccessorFoundExeception } from '@rs-x/core';API Reference
Thrown when no accessor can resolve the requested index/key from the provided context.
import { NoAccessorFoundExeception } from '@rs-x/core';import { NoAccessorFoundExeception } from '@rs-x/core';
const instance = new NoAccessorFoundExeception(...args);1 member in this class.
constructor(
context: TContext,
index: TIndex
)Parameters
| Name | Type | Required |
|---|---|---|
| context | TContext | required |
| index | TIndex | required |