Exception: Parse::MFA::AlreadyEnabledError
- Defined in:
- lib/parse/two_factor_auth.rb
Overview
Error raised when MFA is already set up
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = "MFA is already set up on this account") ⇒ AlreadyEnabledError
constructor
A new instance of AlreadyEnabledError.
Constructor Details
#initialize(message = "MFA is already set up on this account") ⇒ AlreadyEnabledError
Returns a new instance of AlreadyEnabledError.
74 75 76 |
# File 'lib/parse/two_factor_auth.rb', line 74 def initialize( = "MFA is already set up on this account") super() end |