wiki.techinc.nl/includes/Settings/Source/RefNotFoundException.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
223 B
PHP
Raw Normal View History

<?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 {
}