Gets the first class of the backtrace
string Class name
public function getErrorClass() { $trace = $this->getTraceSafe(); return $trace[0]['class']; }