projects/ngx-persian/src/lib/Services/InvalidMobileOperator.error.ts
This error will throw when there is no valid mobile operator for inputted mobile phone number.
Error
constructor()
|
export class InvalidMobileOperatorError extends Error {
constructor() {
super('Operator of this number is not recognizable.');
}
}