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