TwoFactorException

class OCP\Authentication\TwoFactorAuth\TwoFactorException
Two Factor Authentication failed
It defines an Exception a 2FA app can
throw in case of an error. The 2FA Controller will catch this exception and
display this error.
Source:lib/public/Authentication/TwoFactorAuth/TwoFactorException.php#40
Parent:Exception