Merge "Use `text` element for current content model on Special:ChangeContentModel"
[lhc/web/wiklou.git] / includes / externalstore / ExternalStoreException.php
1 <?php
2
3 class ExternalStoreException extends MWException {
4
5 }