Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1427272
FilterNotFoundException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
421 B
Referenced Files
None
Subscribers
None
FilterNotFoundException.php
View Options
<?php
namespace
MediaWiki\Extension\AbuseFilter\Filter
;
use
RuntimeException
;
/**
* @codeCoverageIgnore
*/
class
FilterNotFoundException
extends
RuntimeException
{
/**
* @param int $filter
* @param bool $global
*/
public
function
__construct
(
int
$filter
,
bool
$global
)
{
$msg
=
$global
?
"Global filter $filter does not exist"
:
"Filter $filter does not exist"
;
parent
::
__construct
(
$msg
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 14:26 (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
03/64/56045077b9e124c45d46bdfa19dd
Default Alt Text
FilterNotFoundException.php (421 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment