|
BashSpark
|
Exception thrown when a node is constructed with invalid args. More...
#include <shell_node.h>


Public Member Functions | |
| shell_node_invalid_argument (const std::string &sMessage) | |
| Construct the exception with a descriptive message. | |
Exception thrown when a node is constructed with invalid args.
Thin wrapper around std::invalid_argument used to indicate errors detected while building node objects.
|
inlineexplicit |
Construct the exception with a descriptive message.
| sMessage | Description of the error. |