source: Dev/trunk/rdfapi/sparql/SparqlEngineDb/SqlGeneratorException.php @ 12

Last change on this file since 12 was 12, checked in by basvannuland, 14 years ago

Added RAP RDF API
Added RDF reader writer for save and load survey

File size: 272 bytes
Line 
1<?php
2/**
3*   Exception when generating the SQL statement
4*
5*   @author Christian Weiske <cweiske@cweiske.de>
6*   @license http://www.gnu.org/licenses/lgpl.html LGPL
7*
8*   @package sparql
9*/
10class SparqlEngineDb_SqlGeneratorException extends Exception
11{
12}
13
14?>
Note: See TracBrowser for help on using the repository browser.