summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-28 14:33:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-28 16:51:04 +0000
commitde485196def4a0b454abc46af64a2f19bf78c40d (patch)
treea53019208e3c64862f819e60f0747a55c9a57761 /ucb
parentb1cf64fe51fd0bb1e9bc8c3bb38d5cc7254d8d5f (diff)
coverity#1187853 Uncaught exception
Change-Id: I43686bd2444619064e8097cfc161d59b903e3fc9
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx
index b82adb3ab668..00f29a35226f 100644
--- a/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/ucb/source/ucp/ftp/ftpurl.hxx
@@ -51,11 +51,9 @@ namespace ftp {
FOLDER_MIGHT_EXIST_DURING_INSERT,
FILE_MIGHT_EXIST_DURING_INSERT };
+ class malformed_exception : public std::exception { };
- class malformed_exception { };
-
-
- class curl_exception
+ class curl_exception : public std::exception
{
public: