libzypp
10.5.0
|
Unknown match mode. More...
#include <AttrMatcher.h>
Public Member Functions | |
MatchUnknownModeException (const std::string &msg_r) | |
Supplied message. | |
MatchUnknownModeException (const Match &mode_r, const std::string &msg_r=std::string()) | |
Build message including the mode and optional the pattern string. |
Unknown match mode.
Definition at line 267 of file AttrMatcher.h.
zypp::MatchUnknownModeException::MatchUnknownModeException | ( | const std::string & | msg_r | ) | [inline, explicit] |
Supplied message.
Definition at line 270 of file AttrMatcher.h.
zypp::MatchUnknownModeException::MatchUnknownModeException | ( | const Match & | mode_r, |
const std::string & | msg_r = std::string() |
||
) |
Build message including the mode and optional the pattern string.
Definition at line 148 of file AttrMatcher.cc.