Ip\Config::showErrors PHP 메소드

showErrors() 공개 메소드

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