projects/ngx-persian/src/lib/Services/InvalidMobilePhoneNumber.error.ts
When mobile phone number is not valid this error will throw.
Error
constructor()
|
export class InvalidMobilePhoneNumberError extends Error {
constructor() {
super('This phone number is not valid.');
}
}