lib/packages/wikibase/data-model/src/Exception/StatementGuidChangedException.php
<?php declare( strict_types=1 );
namespace Wikibase\DataModel\Exception;
use InvalidArgumentException;
/**
* @license GPL-2.0-or-later
*/
class StatementGuidChangedException extends InvalidArgumentException {
}