Kaydet (Commit) 3601a6dd authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308488 Uncaught exception

Change-Id: Ibdf76c21c8805b11a3e0961b2f131ca4143cbabd
üst fa946a72
......@@ -724,7 +724,7 @@ void FTPURL::mkdir(bool ReplaceExisting) const
OUString FTPURL::ren(const OUString& NewTitle)
throw(curl_exception)
throw(curl_exception, std::exception)
{
CURL *curl = m_pFCP->handle();
......
......@@ -134,7 +134,7 @@ namespace ftp {
throw(curl_exception, malformed_exception, std::exception);
OUString ren(const OUString& NewTitle)
throw(curl_exception);
throw(curl_exception, std::exception);
void del() const
throw(curl_exception, malformed_exception);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment