wikimedia/less.php
PHP port of the LESS processor
|
Compiler Exception. More...
Additional Inherited Members | |
Public Member Functions inherited from Less_Exception_Parser | |
__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. | |
Public Attributes inherited from Less_Exception_Parser | |
$currentFile | |
$index | |
Protected Member Functions inherited from Less_Exception_Parser | |
getInput () | |
Protected Attributes inherited from Less_Exception_Parser | |
$input | |
$details = [] | |
Compiler Exception.