MediaWiki master
SparqlException.php
Go to the documentation of this file.
1<?php
8namespace MediaWiki\Sparql;
9
10use Exception;
11
16class SparqlException extends Exception {
17}
Exception for SPARQLClient.