aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php')
-rw-r--r--srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php b/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php
deleted file mode 100644
index 33973bd..0000000
--- a/srcs/phpmyadmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.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\InvalidCharacters as InvalidCharactersExceptionContract;
-
-class InvalidCharactersException extends Google2FAException implements Google2FAExceptionContract, InvalidCharactersExceptionContract
-{
- protected $message = 'Invalid characters in the base32 string.';
-}