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