Exception thrown when parsing or evaluating expressions containing an unknown constant. More...
Public Member Functions | |
__construct ($operator) | |
Constructor. More... | |
getConstant () | |
Get the unkown constant that was encountered. More... | |
![]() | |
getData () | |
Get additional information about the exception. More... | |
Additional Inherited Members | |
![]() | |
$data | |
Exception thrown when parsing or evaluating expressions containing an unknown constant.
This should not happen under normal circumstances.
MathParser\Exceptions\UnknownConstantException::__construct | ( | $operator | ) |
Constructor.
Create a UnknownConstantException.
MathParser\Exceptions\UnknownConstantException::getConstant | ( | ) |
Get the unkown constant that was encountered.
string |