Home
Install
Use
Develop
Support
News
Credits
hosted by
|
14class FITSError : public Error {
19 FITSError ( int status, const char* func, const char* msg=0, ...);
22 FITSError ( int status, const char* func, const std::string& msg);
A convenient exception handling class. Definition Error.h:54
Generated using doxygen 1.14.0
|