blob: af51b7486f57dc8515696ea533e15c24bac93351 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001<?php
2
3namespace RobThree\Auth;
4
5use Exception;
6
7class TwoFactorAuthException extends \Exception {}