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, 0 insertions, 10 deletions
diff --git a/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php b/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php deleted file mode 100644 index e97c72a..0000000 --- a/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/Google2FAException.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -namespace PragmaRX\Google2FA\Exceptions; - -use Exception; -use PragmaRX\Google2FA\Exceptions\Contracts\Google2FA as Google2FAExceptionContract; - -class Google2FAException extends Exception implements Google2FAExceptionContract -{ -} |
