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