master
<?php declare( strict_types = 1 ); namespace MediaWiki\Extension\Translate\TtmServer; use Exception; /** * Class to handle TtmServer specific exceptions. * @ingroup TTMServer */ class TtmServerException extends Exception { }