wiki.techinc.nl/includes/media/InvalidPSIRException.php
Daimona Eaytoy 44e8c7885b media: Replace deprecated MWException
Introduce new classes for checked exceptions.

Bug: T328220
Change-Id: Idbcdc09647a857e359e41ecec98212a8937c5c2e
2023-06-09 18:51:07 +02:00

4 lines
56 B
PHP

<?php
class InvalidPSIRException extends Exception {
}