libzypp  17.38.7
KeyRingException.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_KEYRING_EXCEPTION_H
13 #define ZYPP_KEYRING_EXCEPTION_H
14 
15 #include <zypp-core/Globals.h>
17 
18 namespace zypp {
19 
21  {
22  public:
27  : Exception( "Bad Key Exception" )
28  {}
32  KeyRingException( const std::string & msg_r )
33  : Exception( msg_r )
34  {}
36  ~KeyRingException() throw() override {};
37  };
38 
39 }
40 
41 #endif
KeyRingException(const std::string &msg_r)
Ctor taking message.
KeyRingException()
Ctor taking message.
const Arch Arch_empty ZYPP_API
relates: Arch This is an empty Arch represented by an empty string.
Definition: Arch.h:173
Provides API related macros.
Base class for Exception.
Definition: Exception.h:152
~KeyRingException() override
Dtor.
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:1