diff options
Diffstat (limited to 'srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php')
| -rw-r--r-- | srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php b/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php new file mode 100644 index 0000000..e97c72a --- /dev/null +++ b/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php @@ -0,0 +1,10 @@ +<?php + +namespace PragmaRX\Google2FA\Exceptions; + +use Exception; +use PragmaRX\Google2FA\Exceptions\Contracts\Google2FA as Google2FAExceptionContract; + +class Google2FAException extends Exception implements Google2FAExceptionContract +{ +} |
