- Fixed exception type to MediaUnsupportedUrlSchemeException
authorMarius Tomaschewski <mt@suse.de>
Tue, 14 Feb 2006 17:42:54 +0000 (17:42 +0000)
committerMarius Tomaschewski <mt@suse.de>
Tue, 14 Feb 2006 17:42:54 +0000 (17:42 +0000)
zypp/media/MediaCD.cc

index edcd80807e97b6c38a570ec0973f17e2dfb8149e..5e7a16bda81d77845bd82c7b673187de3b4a79e8 100644 (file)
@@ -62,7 +62,7 @@ namespace zypp {
       {
        ERR << "Unsupported schema in the Url: " << url_r.asString()
                                                 << std::endl;
-       ZYPP_THROW(MediaBadUrlEmptyDestinationException(_url));
+       ZYPP_THROW(MediaUnsupportedUrlSchemeException(_url));
       }
 
       MIL << "MediaCD::MediaCD(" << url_r << ", " << attach_point_hint_r << ")" << endl;