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

namespace SMW\SQLStore\Exception;

use InvalidArgumentException;

/**
 * @license GNU GPL v2+
 * @since 2.5
 *
 * @author mwjames
 */
class PropertyStatisticsInvalidArgumentException extends InvalidArgumentException {

}