Exception: Parse::MFA::VerificationError
- Defined in:
- lib/parse/two_factor_auth.rb
Overview
Error raised when MFA verification fails
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = "Invalid MFA token") ⇒ VerificationError
constructor
A new instance of VerificationError.
Constructor Details
#initialize(message = "Invalid MFA token") ⇒ VerificationError
Returns a new instance of VerificationError.
60 61 62 |
# File 'lib/parse/two_factor_auth.rb', line 60 def initialize( = "Invalid MFA token") super() end |