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 {
13}
Class to handle TTMServer specific exceptions.