repo/rest-api/src/Application/Serialization/Exceptions/EmptyDescriptionException.php
<?php declare( strict_types=1 );
namespace Wikibase\Repo\RestApi\Application\Serialization\Exceptions;
/**
* @license GPL-2.0-or-later
*/
class EmptyDescriptionException extends InvalidFieldException {
}