MediaWiki master
WRStatsError.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\WRStats;
4
5use RuntimeException;
6
12class WRStatsError extends RuntimeException {
13}
Exception class for errors thrown by the WRStats library.