diff options
Diffstat (limited to 'srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php')
| -rw-r--r-- | srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php b/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php deleted file mode 100644 index 3a5150c..0000000 --- a/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -namespace PragmaRX\Google2FA\Exceptions; - -use Exception; -use PragmaRX\Google2FA\Exceptions\Contracts\Google2FA as Google2FAExceptionContract; -use PragmaRX\Google2FA\Exceptions\Contracts\SecretKeyTooShort as SecretKeyTooShortExceptionContract; - -class SecretKeyTooShortException extends Google2FAException implements Google2FAExceptionContract, SecretKeyTooShortExceptionContract -{ - protected $message = 'Secret key is too short. Must be at least 16 base32 characters'; -} |
