* @license http://github.com/basdenooijer/solarium/raw/master/COPYING * @link http://www.solarium-project.org/ * * @package Solarium */ /** * Solarium specific exception * * All exceptions thrown by Solarium are of this type. This way you can easily * catch Solarium exceptions and keep them separate from your own exceptions. * * @package Solarium */ class Solarium_Exception extends Exception { }