libzypp 17.38.3
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
18namespace zypp {
19
21 {
22 public:
27 : Exception( "Bad Key Exception" )
28 {}
29
32 KeyRingException( const std::string & msg_r )
33 : Exception( msg_r )
34 {}
35
36 ~KeyRingException() throw() override {};
37 };
38
39}
40
41#endif
Provides API related macros.
Exception()
Default ctor.
Definition Exception.cc:94
KeyRingException()
Ctor taking message.
~KeyRingException() override
Dtor.
KeyRingException(const std::string &msg_r)
Ctor taking message.
Easy-to use interface to the ZYPP dependency resolver.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition Arch.h:247