wikimedia/mediawiki-extensions-Translate

View on GitHub
src/TtmServer/TtmServerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare( strict_types = 1 );

namespace MediaWiki\Extension\Translate\TtmServer;

use Exception;

/**
 * Class to handle TtmServer specific exceptions.
 * @ingroup TTMServer
 */
class TtmServerException extends Exception {
}