Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
TranslatablePageMarkException.php
1<?php
2declare( strict_types = 1 );
3
4namespace MediaWiki\Extension\Translate\PageTranslation;
5
6use LocalizedException;
7
12class TranslatablePageMarkException extends LocalizedException {
13}
Exception thrown when TranslatablePageMarker is unable to unmark a page for translation.