MediaWiki master
InvalidJpegException.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Media;
4
5use Exception;
6
7class InvalidJpegException extends Exception {
8}
9
11class_alias( InvalidJpegException::class, 'InvalidJpegException' );