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