Page MenuHomeWickedGov Phorge

GettextParseException.php
No OneTemporary

Size
327 B
Referenced Files
None
Subscribers
None

GettextParseException.php

<?php
declare( strict_types = 1 );
namespace MediaWiki\Extension\Translate\FileFormatSupport;
use Exception;
/**
* Exception thrown when a Gettext file could not be parsed, such as when missing required headers.
* @author Michael Holloway
* @license GPL-2.0-or-later
*/
class GettextParseException extends Exception {
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 13:59 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f3/ed/f9f95f57ee9fe01c0abc6babd3f9
Default Alt Text
GettextParseException.php (327 B)

Event Timeline