Exception: Parse::MFA::NotEnabledError
- Defined in:
- lib/parse/two_factor_auth/user_extension.rb
Overview
Not enabled error
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message = "MFA is not enabled for this user") ⇒ NotEnabledError
constructor
A new instance of NotEnabledError.
Constructor Details
#initialize(message = "MFA is not enabled for this user") ⇒ NotEnabledError
Returns a new instance of NotEnabledError.
439 440 441 |
# File 'lib/parse/two_factor_auth/user_extension.rb', line 439 def initialize( = "MFA is not enabled for this user") super() end |