blob: bce8370ab08466f275443d4c39883169a1a8dc2b [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001<?php
2
3namespace RobThree\Auth;
4
5use Exception;
6
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02007class TwoFactorAuthException extends Exception {}