Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
TtmServerException.php
1<?php
2declare( strict_types = 1 );
3
4namespace MediaWiki\Extension\Translate\TtmServer;
5
6use Exception;
7
12class TtmServerException extends Exception {
15}
Class to handle TtmServer specific exceptions.
const TRANSIENT_SEARCH_BACKEND_FAILURE
Exception code for transient errors when contacting the search backend.