EarlyVerificationAskingException constructor

EarlyVerificationAskingException(
  1. int seconds
)

Implementation

EarlyVerificationAskingException(int seconds)
    : super(
        'please wait $seconds seconds before asking for another email verification',
        ErrorCodes.earlyEmailVerification,
      );