PhoneException constructor
PhoneException(
- PhoneErrorCode code,
- EcMessageKey key, [
- Map<
String, Object?> args = const {}
Creates a new phone validation exception.
code The error code for this exception.
message The error message for this exception.
Implementation
PhoneException(this.code, this.key, [this.args = const {}]);