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

coverity#1308540 Uncaught exception

Change-Id: I1faf09f6cee0d9dfa4a3b006916978add95ca38c
üst 9935affa
......@@ -768,7 +768,7 @@ OUString FTPURL::ren(const OUString& NewTitle)
void FTPURL::del() const
throw(curl_exception, malformed_exception)
throw(curl_exception, malformed_exception, std::exception)
{
FTPDirentry aDirentry(direntry());
......
......@@ -137,7 +137,7 @@ namespace ftp {
throw(curl_exception, std::exception);
void del() const
throw(curl_exception, malformed_exception);
throw(curl_exception, malformed_exception, std::exception);
private:
......
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