EleFits  4.0.1
A modern C++ API on top of CFitsIO
Public Member Functions | List of all members
Euclid::Fits::FitsError Class Reference

#include <FitsError.h>

Class Description

Base of all exceptions thrown directly by the library.

Inheritance diagram for Euclid::Fits::FitsError:
[legend]

Public Member Functions

virtual ~FitsError ()=default
 Destructor.
 
 FitsError (const std::string &message)
 Constructor. More...
 
const char * what () const noexcept override
 Output message.
 
void append (const std::string &line, std::size_t indent=0)
 Append some line to the message. More...
 

The documentation for this class was generated from the following file: