MediaWiki master
JwtException.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Json;
4
5use Wikimedia\NormalizedException\NormalizedException;
6
11class JwtException extends NormalizedException {
12}
Represents an error during JWT parsing or validation.