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... | |
![]() | |
getData () | |
Get additional information about the exception. More... | |
Additional Inherited Members | |
![]() | |
$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 |