user_saml/3rdparty/vendor/firebase/php-jwt/src/SignatureInvalidException.php
Björn Schiessle 53fe18a99f
allow redirect to the logout if it comes from the same server
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-09-25 15:56:36 +02:00

8 lines
102 B
PHP

<?php
namespace Firebase\JWT;
class SignatureInvalidException extends \UnexpectedValueException
{
}