lib/packages/wikibase/data-model-services/src/Lookup/EntityAccessLimitException.php
<?php
namespace Wikibase\DataModel\Services\Lookup;
/**
* @since 2.1
*
* @license GPL-2.0-or-later
* @author Marius Hoch < hoo@online.de >
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
*/
class EntityAccessLimitException extends EntityLookupException {
}