Import
import { NullOrUndefinedException } from '@rs-x/core';API Reference
Thrown when a required value is null or undefined.
import { NullOrUndefinedException } from '@rs-x/core';import { NullOrUndefinedException } from '@rs-x/core';
const instance = new NullOrUndefinedException(...args);1 member in this class.
constructor(argumentName: string)Parameters
| Name | Type | Required |
|---|---|---|
| argumentName | string | required |