Exception: Parse::MFA::AlreadyEnabledError

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

Overview

Error raised when MFA is already set up

Instance Attribute Summary

Attributes inherited from Error

#code

Instance Method Summary collapse

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(message = "MFA is already set up on this account")
  super(message)
end