summaryrefslogtreecommitdiffstats
path: root/lib/TwoFactorAuthException.php
blob: af51b7486f57dc8515696ea533e15c24bac93351 (plain)
1
2
3
4
5
6
7
<?php

namespace RobThree\Auth;

use Exception;

class TwoFactorAuthException extends \Exception {}