MathParser\Exceptions\MathParserException Class Reference

Base class for the exceptions thrown by the MathParser library. More...

Inheritance diagram for MathParser\Exceptions\MathParserException:
MathParser\Exceptions\DivisionByZeroException MathParser\Exceptions\ParenthesisMismatchException MathParser\Exceptions\SyntaxErrorException MathParser\Exceptions\UnknownConstantException MathParser\Exceptions\UnknownFunctionException MathParser\Exceptions\UnknownOperatorException MathParser\Exceptions\UnknownTokenException MathParser\Exceptions\UnknownVariableException

Public Member Functions

 getData ()
 Get additional information about the exception. More...
 

Protected Attributes

 $data
 

Detailed Description

Base class for the exceptions thrown by the MathParser library.

Member Function Documentation

MathParser\Exceptions\MathParserException::getData ( )

Get additional information about the exception.

Return values
string

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