Translate extension for MediaWiki
Loading...
Searching...
No Matches
GettextParseException.php
1
<?php
2
declare( strict_types = 1 );
3
4
namespace
MediaWiki\Extension\Translate\FileFormatSupport;
5
6
use Exception;
7
13
class
GettextParseException
extends
Exception {
14
}
MediaWiki\Extension\Translate\FileFormatSupport\GettextParseException
Exception thrown when a Gettext file could not be parsed, such as when missing required headers.
Definition
GettextParseException.php:13
src
FileFormatSupport
GettextParseException.php
Generated by
1.10.0