1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* * 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_ */