Current File : /home/jvzmxxx/wiki/extensions/Wikibase/repo/includes/Notifications/ChangeTransmitterException.php
<?php

namespace Wikibase\Repo\Notifications;

use RuntimeException;

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

}