openMSX
CommandException.hh
Go to the documentation of this file.
1#ifndef COMMANDEXCEPTION_HH
2#define COMMANDEXCEPTION_HH
3
4#include "MSXException.hh"
5
6namespace openmsx {
7
9{
10public:
12};
13
14class SyntaxError final : public CommandException
15{
16public:
18};
19
20} // namespace openmsx
21
22#endif
This file implemented 3 utility functions:
Definition Autofire.cc:9