MathParser\Exceptions\ParenthesisMismatchException Class Reference

Exception thrown when parsing expressions having non-matching left and right parentheses. More...

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

Public Member Functions

 __construct ()
 Constructor. 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 expressions having non-matching left and right parentheses.

Constructor & Destructor Documentation

MathParser\Exceptions\ParenthesisMismatchException::__construct ( )

Constructor.

Create a ParenthesisMismatchException


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