diff options
Diffstat (limited to 'wrappers/php/src/SignatureTooOldException.php')
| -rw-r--r-- | wrappers/php/src/SignatureTooOldException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/php/src/SignatureTooOldException.php b/wrappers/php/src/SignatureTooOldException.php index bbae949..4b7e341 100644 --- a/wrappers/php/src/SignatureTooOldException.php +++ b/wrappers/php/src/SignatureTooOldException.php @@ -2,7 +2,7 @@ namespace EduVpn\Common; -/** Signature has a timestamp lower than the specified minimum signing time. */ +/** Signature timestamp smaller than specified minimum signing time (rollback). */ final class SignatureTooOldException extends VerifyException { public function __construct() |
