Ergo\Error\ErrorContext::get PHP Method

get() public method

public get ( $key, $default = null )
    public function get($key, $default = null)
    {
        return isset($this->_context[$key]) ? $this->_context[$key] : $default;
    }