MediaWiki REL1_35
DependencyStoreException.php
Go to the documentation of this file.
1<?php
2
4
5use RuntimeException;
6
11class DependencyStoreException extends RuntimeException {
12
13}