Translate extension for MediaWiki
Loading...
Searching...
No Matches
TranslationWebServiceInvalidInputException.php
1
<?php
2
declare( strict_types = 1 );
3
4
namespace
MediaWiki\Extension\Translate\WebService;
5
6
use Exception;
7
19
class
TranslationWebServiceInvalidInputException
extends
Exception {
20
}
MediaWiki\Extension\Translate\WebService\TranslationWebServiceInvalidInputException
Used to signal that the requested input is rejected and cannot be used with an external web service.
Definition
TranslationWebServiceInvalidInputException.php:19
src
WebService
TranslationWebServiceInvalidInputException.php
Generated by
1.10.0