master
<?php declare( strict_types=1 ); namespace Wikibase\Repo\RestApi\Application\UseCases; use RuntimeException; /** * @license GPL-2.0-or-later */ class UseCaseException extends RuntimeException { }