wikimedia/mediawiki-extensions-Wikibase

View on GitHub
repo/includes/Notifications/ChangeTransmitterException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Wikibase\Repo\Notifications;

use RuntimeException;

/**
 * Exception for indication problems with change notifications.
 *
 * @license GPL-2.0-or-later
 * @author Daniel Kinzler
 */
class ChangeTransmitterException extends RuntimeException {

}