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