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

coverity#707425 Uncaught exception

Change-Id: I9c9fb5ed321e857aec58b10c9f8d028c06327113
üst f193c1bd
......@@ -675,7 +675,7 @@ void FTPURL::insert(bool replaceExisting,void* stream) const
void FTPURL::mkdir(bool ReplaceExisting) const
throw(curl_exception)
throw (curl_exception, malformed_exception)
{
OString title;
if(!m_aPathSegmentVec.empty()) {
......
......@@ -131,7 +131,7 @@ namespace ftp {
throw(curl_exception);
void mkdir(bool ReplaceExisting) const
throw(curl_exception);
throw(curl_exception, malformed_exception);
OUString ren(const OUString& NewTitle)
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