AuthException constructor

AuthException(
  1. String message
)

Implementation

AuthException(String message) : super('Auth error: $message');