openMSX
CommandException.cc
Go to the documentation of this file.
1 #include "CommandException.hh"
2 
3 namespace openmsx {
4 
6  : MSXException(message)
7 {
8 }
9 
11  : CommandException("Syntax error")
12 {
13 }
14 
15 } // namespace openmsx