UserDataExceptions constructor

UserDataExceptions(
  1. String message,
  2. String code
)

Implementation

UserDataExceptions(this.message, this.code) : super(code);