mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-25 01:46:35 +00:00
8 lines
143 B
PHP
8 lines
143 B
PHP
<?php
|
|
|
|
namespace RobThree\Auth\Providers\Rng;
|
|
|
|
use RobThree\Auth\TwoFactorAuthException;
|
|
|
|
class RNGException extends TwoFactorAuthException {}
|