Page MenuHomeWickedGov Phorge

TranslationWebServiceConfigurationException.php
No OneTemporary

Size
474 B
Referenced Files
None
Subscribers
None

TranslationWebServiceConfigurationException.php

<?php
declare( strict_types = 1 );
namespace MediaWiki\Extension\Translate\WebService;
use Exception;
/**
* 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.
* @author Niklas Laxström
* @license GPL-2.0-or-later
* @since 2017.04
* @ingroup TranslationWebService
*/
class TranslationWebServiceConfigurationException extends Exception {
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 02:46 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
eb/d7/8cc41d03fdfe292ef0cdd7a2e46a
Default Alt Text
TranslationWebServiceConfigurationException.php (474 B)

Event Timeline