wikimedia/mediawiki-extensions-Translate

View on GitHub
src/TtmServer/ServiceCreationFailure.php

Summary

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

namespace MediaWiki\Extension\Translate\TtmServer;

use RuntimeException;

/**
 * @since 2021.01
 * @license GPL-2.0-or-later
 * @author Niklas Laxström
 */
class ServiceCreationFailure extends RuntimeException {
}