function RulesLog::__clone
File
-
includes/
rules.core.inc, line 2715
Class
- RulesLog
- The rules default logging class.
Code
public function __clone() {
throw new Exception("Cannot clone the logger.");
}
public function __clone() {
throw new Exception("Cannot clone the logger.");
}