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