libzypp 17.34.0
PluginFrameException.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_PLUGINFRAMEEXCEPTION_H
13#define ZYPP_PLUGINFRAMEEXCEPTION_H
14
15#include <iosfwd>
16
17#include <zypp/base/Exception.h>
18#include <zypp/Pathname.h>
19
21namespace zypp
22{
23
25 //
26 // CLASS NAME : PluginFrameException
27 //
30 {
31 public:
33 PluginFrameException( const std::string & msg_r );
34 PluginFrameException( const std::string & msg_r, const std::string & hist_r );
35 ~PluginFrameException() throw() override;
36 };
38
40} // namespace zypp
42#endif // ZYPP_PLUGINFRAMEEXCEPTION_H
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Definition AutoDispose.h:95
Base class for Exception.
Definition Exception.h:147
Base class for PluginFrame Exception.
Easy-to use interface to the ZYPP dependency resolver.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition Arch.h:247