MediaWiki master
RefLoopException.php
Go to the documentation of this file.
1<?php
2
4
5use RuntimeException;
6
12class RefLoopException extends RuntimeException {
13
14}
Thrown when resolving references in a JSONSchema results in an infinite loop.