MathParser\Exceptions\UnknownFunctionException Class Reference

Exception thrown when parsing or evaluating expressions containing an unknown function symbol. More...

Inheritance diagram for MathParser\Exceptions\UnknownFunctionException:
MathParser\Exceptions\MathParserException

Public Member Functions

 __construct ($operator)
 Constructor. More...
 
 getFunction ()
 Get the unkown function 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
 

Detailed Description

Exception thrown when parsing or evaluating expressions containing an unknown function symbol.

This should not happen under normal circumstances.

Constructor & Destructor Documentation

MathParser\Exceptions\UnknownFunctionException::__construct (   $operator)

Constructor.

Create a UnknownFunctionException

Member Function Documentation

MathParser\Exceptions\UnknownFunctionException::getFunction ( )

Get the unkown function that was encountered.

Return values
string

The documentation for this class was generated from the following file: