Exception: Parse::MFA::NotEnabledError

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

Overview

Not enabled error

Instance Attribute Summary

Attributes inherited from Error

#code

Instance Method Summary collapse

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(message = "MFA is not enabled for this user")
  super(message)
end