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

coverity#1309068 Uncaught exception

Change-Id: I8243eca8d23409cc134379f168aef668dc9c7917
üst 7799d074
......@@ -595,7 +595,7 @@ OUString FTPURL::net_title() const
FTPDirentry FTPURL::direntry() const
throw (curl_exception, malformed_exception)
throw (curl_exception, malformed_exception, std::exception)
{
OUString nettitle = net_title();
FTPDirentry aDirentry;
......
......@@ -125,7 +125,7 @@ namespace ftp {
oslFileHandle open() throw(curl_exception);
FTPDirentry direntry() const
throw(curl_exception, malformed_exception);
throw(curl_exception, malformed_exception, std::exception);
void insert(bool ReplaceExisting,void* stream) const
throw(curl_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