Page MenuHomeWickedGov Phorge

TranslationHelperException.php
No OneTemporary

Size
408 B
Referenced Files
None
Subscribers
None

TranslationHelperException.php

<?php
declare( strict_types = 1 );
namespace MediaWiki\Extension\Translate\TranslatorInterface;
use Exception;
/**
* Translation helpers can throw this exception when they cannot do
* anything useful with the current message. This helps in debugging
* why some fields are not shown.
*
* @author Niklas Laxström
* @license GPL-2.0-or-later
*/
class TranslationHelperException extends Exception {
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 15:06 (20 h, 49 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0d/9d/8916b8581ce3753e451178eff575
Default Alt Text
TranslationHelperException.php (408 B)

Event Timeline