openMSX
InitException.hh
Go to the documentation of this file.
1#ifndef INITEXCEPTION_HH
2#define INITEXCEPTION_HH
3
4#include "MSXException.hh"
5
6namespace openmsx {
7
11class InitException final : public MSXException
12{
13public:
15};
16
17} // namespace openmsx
18
19#endif
Thrown when a subsystem initialisation fails.
This file implemented 3 utility functions:
Definition Autofire.cc:11