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