openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
commands
CommandException.cc
Go to the documentation of this file.
1
#include "
CommandException.hh
"
2
3
namespace
openmsx {
4
5
CommandException::CommandException
(
string_ref
message)
6
:
MSXException
(message)
7
{
8
}
9
10
SyntaxError::SyntaxError
()
11
:
CommandException
(
"Syntax error"
)
12
{
13
}
14
15
}
// namespace openmsx
Generated on Mon May 20 2013 12:16:56 for openMSX by
1.8.1.2