Exception thrown when tokenizing expressions containing illegal characters. More...
Public Member Functions | |
| __construct ($name) | |
| Constructor. More... | |
| getName () | |
| Get the unknown token 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 tokenizing expressions containing illegal characters.
| MathParser\Exceptions\UnknownTokenException::__construct | ( | $name | ) |
Constructor.
Create a UnknownTokenException
| MathParser\Exceptions\UnknownTokenException::getName | ( | ) |
Get the unknown token that was encountered.
| string |