AccountBlockedAfterMultipleLoginAttemptsException constructor

const AccountBlockedAfterMultipleLoginAttemptsException([
  1. String message = ''
])

Error thrown when a user fails to connect too many times

Implementation

const AccountBlockedAfterMultipleLoginAttemptsException([super.message = '']);