projects/ngx-persian/src/lib/Services/InvalidServiceInput.error.ts
This error will throw when input value of the service method is not a valid value.
Error
constructor()
|
export class InvalidServiceInputError extends Error {
constructor() {
super('Invalid value has been passed to the service.');
}
}