Gets the first method of the backtrace
string Method/function name
public function getErrorMethod() { $trace = $this->getTraceSafe(); return $trace[0]['function']; }