summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/webservices/TranslationWebServiceConfigurationException.php
blob: 509224a4a9e40de3a8deb5d4ce135a228defbae6 (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
 * @license GPL-2.0-or-later
 */

/**
 * Used to signal a configuration mistake in an external web service. This is in
 * contrast to TranslationWebServiceException that signals a failure in the web
 * service itself.
 * @since 2017.04
 * @ingroup TranslationWebService
 */
class TranslationWebServiceConfigurationException extends Exception {
}