wikimedia/mediawiki-extensions-Wikibase

View on GitHub
repo/includes/FederatedProperties/ApiRequestExecutionException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare( strict_types = 1 );
namespace Wikibase\Repo\FederatedProperties;

/**
 * Exception thrown when the request execution failed before getting a response, e.g. by hitting a timeout.
 *
 * @license GPL-2.0-or-later
 */
class ApiRequestExecutionException extends FederatedPropertiesException {
}