Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
RefNotFoundException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace MediaWiki\Settings\Source;
4
5use RuntimeException;
6
7/**
8 * Thrown during processing a JSON Schema when a reference is not found
9 *
10 * @since 1.42
11 */
12class RefNotFoundException extends RuntimeException {
13
14}