|
libzypp
9.1.2
|
Base class for all URL exceptions. More...
#include <UrlException.h>

Public Member Functions | |
| UrlException () | |
| UrlException (const std::string &msg) | |
| virtual | ~UrlException () throw () |
Base class for all URL exceptions.
Definition at line 31 of file UrlException.h.
| zypp::url::UrlException::UrlException | ( | ) | [inline] |
Definition at line 34 of file UrlException.h.
| zypp::url::UrlException::UrlException | ( | const std::string & | msg | ) | [inline] |
Definition at line 38 of file UrlException.h.
| virtual zypp::url::UrlException::~UrlException | ( | ) | throw () [inline, virtual] |
Definition at line 42 of file UrlException.h.
1.7.6.1