Sirius
0.0.0
src
sirius
exception.h
Go to the documentation of this file.
1
22
#ifndef SIRIUS_EXCEPTION_H_
23
#define SIRIUS_EXCEPTION_H_
24
25
#include <stdexcept>
26
27
namespace
sirius
{
28
32
class
Exception
:
public
std::runtime_error {
33
using
std::runtime_error::runtime_error;
34
};
35
36
}
// namespace sirius
37
38
#endif // SIRIUS_EXCEPTION_H_
sirius::Exception
Base class for sirius exceptions.
Definition:
exception.h:32
sirius
Definition:
exception.h:27
Generated by
1.8.14