* @package generis * */ class common_exception_InconsistentData extends common_Exception implements common_log_SeverityLevel { /** * (non-PHPdoc) * * @see common_log_SeverityLevel::getSeverity() */ public function getSeverity() { return common_Logger::ERROR_LEVEL; } }