Exception class thrown when an error occurs during parsing.
@author Fabien Potencier <fabien@symfony.com>
@api
Expanded class hierarchy of ParseException
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParseException:: |
private | property | ||
ParseException:: |
private | property | ||
ParseException:: |
private | property | ||
ParseException:: |
private | property | ||
ParseException:: |
public | function | Gets the filename where the error occurred. | |
ParseException:: |
public | function | Gets the line where the error occurred. | |
ParseException:: |
public | function | Gets the snippet of code near the error. | |
ParseException:: |
public | function | Sets the filename where the error occurred. | |
ParseException:: |
public | function | Sets the line where the error occurred. | |
ParseException:: |
public | function | Sets the snippet of code near the error. | |
ParseException:: |
private | function | ||
ParseException:: |
public | function | Constructor. |