MediaWiki master
SparqlException.php
Go to the documentation of this file.
1<?php
22namespace MediaWiki\Sparql;
23
24use Exception;
25
30class SparqlException extends Exception {
31}
Exception for SPARQLClient.