Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4114762
InvalidFilterException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
252 B
Referenced Files
None
Subscribers
None
InvalidFilterException.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
MediaWiki\Extension\Translate\MessageLoading
;
use
Exception
;
class
InvalidFilterException
extends
Exception
{
public
function
__construct
(
$type
)
{
parent
::
__construct
(
"Unknown filter $type"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 00:25 (4 d, 21 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e1/1f/95532cf65572bec245204a6c9d9e
Default Alt Text
InvalidFilterException.php (252 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment