libzypp 17.37.17
filecheckexception.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9
10#ifndef ZYPP_MEDIA_FILECHECKEXCEPTION_H
11#define ZYPP_MEDIA_FILECHECKEXCEPTION_H
12
14
15namespace zypp {
16
18 {
19 public:
21 : Exception(std::move(msg))
22 {}
23 };
24
26 {
27 public:
29 : FileCheckException(std::move(msg))
30 {}
31 };
32
34 {
35 public:
37 : FileCheckException(std::move(msg))
38 {}
39 };
40
41}
42
43#endif // ZYPP_MEDIA_FILECHECKEXCEPTION_H
CheckSumCheckException(std::string msg)
Exception()
Default ctor.
Definition Exception.cc:94
const std::string & msg() const
Return the message string provided to the ctor.
Definition Exception.h:206
FileCheckException(std::string msg)
Definition Arch.h:364
Easy-to use interface to the ZYPP dependency resolver.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition Arch.h:247