MediaNoLoopDeviceException: add optional explanatory message
authorMichael Andres <ma@suse.de>
Thu, 19 Nov 2009 15:26:52 +0000 (16:26 +0100)
committerMichael Andres <ma@suse.de>
Thu, 19 Nov 2009 15:26:52 +0000 (16:26 +0100)
zypp/media/MediaException.h

index ffe02fc..0262078 100644 (file)
@@ -624,12 +624,13 @@ class MediaAria2cInitException : public MediaException
     public:
       MediaNoLoopDeviceException(const Url & url_r, const std::string & msg = "")
         : MediaException(msg)
-        , _url(url_r.asString())
+        , _url(url_r.asString()), _msg(msg)
       {}
       virtual ~MediaNoLoopDeviceException() throw() {};
     protected:
       virtual std::ostream & dumpOn( std::ostream & str ) const;
       std::string _url;
+      std::string _msg;
     };
   /////////////////////////////////////////////////////////////////
   } // namespace media