summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/webservices/TranslationWebServiceException.php
blob: fa4c12401ef6e9ee024218e719b44353c3c7cb09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * Contains code related to web service support.
 *
 * @file
 * @author Niklas Laxström
 * @copyright Copyright © 2010-2013 Niklas Laxström
 * @license GPL-2.0-or-later
 */

/**
 * Used to signal a failure in an external web service. If the web service has
 * too many failures in a short period, it is suspended to avoid wasting time.
 * @since 2013-01-01
 * @ingroup TranslationWebService
 */
class TranslationWebServiceException extends MWException {
}