Parser Exception.
More...
|
| __construct ( $message=null, ?Exception $previous=null, $index=null, $currentFile=null, $code=0) |
|
| genMessage () |
| Set a message based on the exception info.
|
|
| getLineNumber () |
| Returns the line number the error was encountered.
|
|
| getColumn () |
| Returns the column the error was encountered.
|
|
◆ __construct()
Less_Exception_Parser::__construct |
( |
| $message = null, |
|
|
?Exception | $previous = null, |
|
|
| $index = null, |
|
|
| $currentFile = null, |
|
|
| $code = 0 ) |
- Parameters
-
string | null | $message | |
Exception | null | $previous | Previous exception |
int | null | $index | The current parser index |
array | null | $currentFile | The file |
int | $code | The exception code |
◆ getColumn()
Less_Exception_Parser::getColumn |
( |
| ) |
|
Returns the column the error was encountered.
- Returns
- int
◆ getLineNumber()
Less_Exception_Parser::getLineNumber |
( |
| ) |
|
Returns the line number the error was encountered.
- Returns
- int
The documentation for this class was generated from the following file:
- lib/Less/Exception/Parser.php