|
BashSpark
|
Exception representing a test-related error during expression evaluation. More...


Public Member Functions | |
| test_error (const shell_status nStatus) | |
| Construct a new test_error. | |
Public Attributes | |
| shell_status | m_nStatus |
| Status/error code for the failure. | |
Exception representing a test-related error during expression evaluation.
|
inlineexplicit |
Construct a new test_error.
| nStatus | Status code describing the type of math error. |