mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-18 19:23:03 +00:00
8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
namespace RobThree\Auth;
|
|
|
|
use Exception;
|
|
|
|
class TwoFactorAuthException extends Exception {}
|