DSAuthError constructor

DSAuthError(
  1. String message, {
  2. int? code,
})

Creates a new Auth Error

Implementation

DSAuthError(this.message, {this.code});