mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-18 12:12:39 +00:00
12 lines
170 B
PHP
12 lines
170 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace RobThree\Auth\Providers\Rng;
|
|
|
|
use RobThree\Auth\TwoFactorAuthException;
|
|
|
|
class RNGException extends TwoFactorAuthException
|
|
{
|
|
}
|