[TASK] Updated variable names to lowerCamelCase.
This commit is contained in:
@@ -29,7 +29,7 @@ class Exception_GeneralException extends Exception {
|
||||
$string = get_class($this);
|
||||
$string .= " :" . $this->message;
|
||||
$string .= " in " . $this->file . "(" . $this->line . ")";
|
||||
$string .= "\n" . $this->getTraceAsString();
|
||||
$string .= PHP_EOL . $this->getTraceAsString();
|
||||
return $string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user