Page MenuHomeWickedGov Phorge

InvalidFilterException.php
No OneTemporary

Size
252 B
Referenced Files
None
Subscribers
None

InvalidFilterException.php

<?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

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)

Event Timeline