Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
CircularDependencyError
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2/**
3 * @license GPL-2.0-or-later
4 * @file
5 */
6
7namespace MediaWiki\ResourceLoader;
8
9use Exception;
10
11/**
12 * @ingroup ResourceLoader
13 * @internal For use by StartUpModule only
14 */
15class CircularDependencyError extends Exception {
16}