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