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


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