Exception: Parse::MFA::VerificationError

Inherits:
Error
  • Object
show all
Defined in:
lib/parse/two_factor_auth.rb

Overview

Error raised when MFA verification fails

Instance Attribute Summary

Attributes inherited from Error

#code

Instance Method Summary collapse

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(message = "Invalid MFA token")
  super(message)
end