"%s". Password -> "%s"', $username, $password)); } public static function expiredJWT(\Exception $prev = null) { return new self('The token has expired.', -1, $prev); } }