openMSX
PlugException.hh
Go to the documentation of this file.
1#ifndef PLUGEXCEPTION_HH
2#define PLUGEXCEPTION_HH
3
4#include "MSXException.hh"
5
6namespace openmsx {
7
10class PlugException final : public MSXException
11{
12public:
14};
15
16} // namespace openmsx
17
18#endif
Thrown when a plug action fails.
This file implemented 3 utility functions:
Definition Autofire.cc:9