The Framework Code

class/framework/utility/jwt/SignatureInvalidException.php

File List

<?php
/**
 * An exception used by the JWT Class - token signature is invalid
 */
namespace Framework\Utility\JWT;
/**
 * The SignatureInvalidException
 */
class SignatureInvalidException extends \UnexpectedValueException
{
}