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