1 #ifndef MSP_GRAPHICS_ERRORDIALOG_H_
2 #define MSP_GRAPHICS_ERRORDIALOG_H_
4 #include <msp/debug/errorreporter.h>
11 class ErrorDialog: public Debug::ErrorReporter
17 ErrorDialog(Display *d): display(d) { }
19 bool report_uncaught_exception(const std::exception &) const override;
22 } // namespace Graphics