MediaWiki master
MiddlewareException.php
Go to the documentation of this file.
1<?php
3
4use RuntimeException;
5
9class MiddlewareException extends RuntimeException {
10}