From 1aaf5962cbdcc5a2ad97f01598ec7ce5f93aabcd Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 23 Oct 2019 20:09:42 +0530 Subject: initial commit --- Apache/Solr/Exception.php | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 Apache/Solr/Exception.php (limited to 'Apache/Solr/Exception.php') diff --git a/Apache/Solr/Exception.php b/Apache/Solr/Exception.php new file mode 100755 index 0000000..e6bc4f4 --- /dev/null +++ b/Apache/Solr/Exception.php @@ -0,0 +1,50 @@ + + */ + +class Apache_Solr_Exception extends Exception +{ + /** + * SVN Revision meta data for this class + */ + const SVN_REVISION = '$Revision: 54 $'; + + /** + * SVN ID meta data for this class + */ + const SVN_ID = '$Id: Exception.php 54 2011-02-04 16:29:18Z donovan.jimenez $'; +} \ No newline at end of file -- cgit