MediaWiki master
ExternalStoreException.php
Go to the documentation of this file.
1<?php
2
4
5use Exception;
6
11class ExternalStoreException extends Exception {
12
13}
14
16class_alias( ExternalStoreException::class, 'ExternalStoreException' );