1<?php 2/** 3 * 4 * @package solr 5 * @author Gabriel Birke <birke@d-scribe.de> 6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 7 */ 8 9/** 10 * Execption for Solr HTTP connection 11 */ 12class ConnectionException extends Exception {}