aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Settings/Source/RefNotFoundException.php
blob: 26eb175c67ba3abefdb61be149b7807c4e13daee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

namespace MediaWiki\Settings\Source;

use RuntimeException;

/**
 * Thrown during processing a JSON Schema when a reference is not found
 *
 * @since 1.42
 */
class RefNotFoundException extends RuntimeException {

}