File

projects/ngx-persian/src/lib/Services/InvalidServiceInput.error.ts

Description

This error will throw when input value of the service method is not a valid value.

Extends

Error

Constructor

constructor()
export class InvalidServiceInputError extends Error {
    constructor() {
        super('Invalid value has been passed to the service.');
    }
}

results matching ""

    No results matching ""