<?php
namespace Wikibase\ChangeOp;
use RuntimeException;
/**
* Exception thrown during an invalid change operation.
*
* @since 0.4
*
* @license GPL-2.0+
* @author Tobias Gritschacher < tobias.gritschacher@wikimedia.de >
*/
class ChangeOpException extends RuntimeException {
}