PanelPlotOutputException.hh
309 Bytes
/*
* PanelPlotOutputException.hh
*
* Created on: 7 janv. 2014
* Author: CS
*/
#ifndef PANELPLOTOUTPUTEXCEPTION_HH_
#define PANELPLOTOUTPUTEXCEPTION_HH_
namespace plot {
struct PanelPlotOutputException: AMDA::AMDA_exception {
};
} /* namespace plot */
#endif /* PANELPLOTOUTPUTEXCEPTION_HH_ */