summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/src/Exception/RedirectTargetUnresolvableException.php
blob: f9ee1978351d6f01d4731494195344153c311e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace SMW\Exception;

use RuntimeException;

/**
 * @license GNU GPL v2+
 * @since 2.5
 *
 * @author mwjames
 */
class RedirectTargetUnresolvableException extends RuntimeException {

}