|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (5)
View Page History if(! $writerObj instanceof Zend_Log_Writer_Abstract) {
/**
/**
* @see Zend_Db_Exception Zend_Log_Exception
*/
require_once 'Zend/Db/Exception.php'; 'Zend/Log/Exception.php';
throw new Zend_Db_Exception("Writer Zend_Log_Exception("Writer class '$writerName' does not extend Zend_Log_Writer_Abstract");
}
* @see Zend_Db_Exception
*/
*/
require_once 'Zend/Db/Exception.php'; 'Zend/Log/Exception.php';
throw new Zend_Db_Exception("Filter Zend_Log_Exception("Filter class '$filterClassName' does not extend Zend_Log_Filter_Interface");
}