AuthException constructor

const AuthException(
  1. String message
)

Creates an authentication exception.

Implementation

const AuthException(String message) : super(ErrorCodes.authFailed, message);