Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
InternalException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace MediaWiki\Extension\AbuseFilter\Parser\Exception;
4
5/**
6 * Exceptions from the AbuseFilter parser that should not be reported to the user, because they indicate
7 * programming errors or unexpected situations.
8 */
9class InternalException extends ExceptionBase {
10}