repo/includes/Notifications/ChangeTransmitterException.php
<?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 {
}