Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
RuntimeException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace MediaWiki\Extension\MediaModeration\Exception;
4
5/**
6 * Custom exception class for distinguishing between RuntimeExceptions that
7 * our code throws, vs RuntimeExceptions that occur elsewhere in the stack.
8 */
9class RuntimeException extends \RuntimeException {
10}