Ergo\Error\ErrorContext::export PHP Method

export() public method

public export ( )
    public function export()
    {
        $context = \Ergo::isConsole() ? $this->_consoleContext() : $this->_webContext();
        return array_merge($context, $this->_context);
    }