AuthException constructor

AuthException(
  1. int statusCode,
  2. String message
)

Implementation

AuthException(int statusCode, String message) : super(statusCode, message);