mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 12:11:40 +00:00
8 lines
124 B
PHP
8 lines
124 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace RobThree\Auth;
|
|
|
|
use Exception;
|
|
|
|
class TwoFactorAuthException extends Exception {}
|