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... | |
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 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 |