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

/**
 * Used to signal that the requested input is rejected and cannot be used with
 * an external web service. This is in contrast to a failure in the web service
 * itself that is not in our control. Most common case for this is input that is
 * too long.
 * service itself.
 * @since 2017.04
 * @ingroup TranslationWebService
 */
class TranslationWebServiceInvalidInputException extends Exception {
}