MediaWiki 1.42.1
RefNotFoundException.php
Go to the documentation of this file.
1<?php
2
4
5use RuntimeException;
6
7class RefNotFoundException extends RuntimeException {
8
9}