Exception thrown when parsing or evaluating expressions containing an unknown or undefined variable. More...
Public Member Functions | |
| __construct ($variable) | |
| Constructor. More... | |
| getVariable () | |
| Get the unkown variable. More... | |
Public Member Functions inherited from MathParser\Exceptions\MathParserException | |
| getData () | |
| Get additional information about the exception. More... | |
Additional Inherited Members | |
Protected Attributes inherited from MathParser\Exceptions\MathParserException | |
| $data | |
Exception thrown when parsing or evaluating expressions containing an unknown or undefined variable.
| MathParser\Exceptions\UnknownVariableException::__construct | ( | $variable | ) |
Constructor.
Create a UnknownVariableException
| MathParser\Exceptions\UnknownVariableException::getVariable | ( | ) |
Get the unkown variable.
| string |