22 #ifndef SIRIUS_FFTW_EXCEPTION_H_ 23 #define SIRIUS_FFTW_EXCEPTION_H_ 55 const char*
what()
const noexcept
override;
59 std::string default_err_msg_;
65 #endif // SIRIUS_FFTW_EXCEPTION_H_
Base class for sirius exceptions.
Definition: exception.h:32
Exception & operator=(const Exception &)=default
Exception wrapper for FFTW error.
Definition: exception.h:46
ErrorCode
FFTW error codes.
Definition: exception.h:35
Definition: exception.h:27
const char * what() const noexcept override
Exception(ErrorCode code)