FailedToStartVerificationException constructor
FailedToStartVerificationException(
- String error
Implementation
FailedToStartVerificationException(String error)
: super(
'failed to start user verification, $error',
ErrorCodes.failedToVerify,
);