mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 18:43:51 +08:00
Overloaded throwCommandException().
This commit is contained in:
@@ -146,6 +146,13 @@ void Command::throwInvalidUsageException(const stringstream &s) const
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
void Command::throwCommandException(const string &msg) const
|
||||
{
|
||||
throw CommandException(msg);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
void Command::throwCommandException(const stringstream &s) const
|
||||
{
|
||||
throw CommandException(s);
|
||||
|
||||
Reference in New Issue
Block a user