Exception thrown when parsing or evaluating expressions containing an unknown oprator. More...
Public Member Functions | |
| __construct ($operator) | |
| Constructor. More... | |
| getOperator () | |
| Get the unkown operator 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 oprator.
This should not happen under normal circumstances.
| MathParser\Exceptions\UnknownOperatorException::__construct | ( | $operator | ) |
Constructor.
Create a UnknownOperatorException
| MathParser\Exceptions\UnknownOperatorException::getOperator | ( | ) |
Get the unkown operator that was encountered.
| string |