AuthException constructor
      
      AuthException(
    
    
- AuthExceptionCode code,
- String message
Implementation
AuthException(this.code, this.message);AuthException(this.code, this.message);