Aktualizr
C++ SOTA Client
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Variables
Enumerations
Files
File List
File Members
All
Functions
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
src
libaktualizr
storage
storage_exception.h
1
#ifndef STORAGE_EXCEPTION_H_
2
#define STORAGE_EXCEPTION_H_
3
4
class
StorageException
:
public
std::runtime_error {
5
public
:
6
StorageException
(
const
std::string& what) : std::runtime_error(what) {}
7
~
StorageException
() noexcept
override
=
default
;
8
};
9
10
#endif // STORAGE_EXCEPTION_H_
StorageException
Definition:
storage_exception.h:4
Generated by
1.8.17