| 88 | class BootstrapErrorWindow : public Window { |
| 89 | public: |
| 90 | BootstrapErrorWindow() : Window(_bootstrap_errmsg_desc) |
| 91 | { |
| 92 | this->InitNested(1); |
| 93 | } |
| 94 | |
| 95 | void Close([[maybe_unused]] int data = 0) override |
| 96 | { |
nothing calls this directly
no test coverage detected