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