Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
TranslationHelperException.php
1<?php
2declare( strict_types = 1 );
3
4namespace MediaWiki\Extension\Translate\TranslatorInterface;
5
6use Exception;
7
16class TranslationHelperException extends Exception {
17}
Translation helpers can throw this exception when they cannot do anything useful with the current mes...