Ip\Config::showErrors PHP Method

showErrors() public method

public showErrors ( )
    public function showErrors()
    {
        return !empty($this->config['showErrors']) || !empty($this->config['errorsShow']);
    }