\Less_Exception_Compiler

Compiler Exception

Summary

Methods
Properties
Constants
__construct()
genMessage()
getLineNumber()
getColumn()
$currentFile
$index
No constants found
getInput()
$input
$details
N/A
No private methods found
No private properties found
N/A

Properties

$currentFile

$currentFile : \Less_ImportedFile

The current file

Type

\Less_ImportedFile

$index

$index : integer

The current parser index

Type

integer

$input

$input : 

Type

$details

$details : 

Type

Methods

__construct()

__construct(string  $message = null, \Exception  $previous = null, integer  $index = null, \Less_FileInfo|string  $currentFile = null, integer  $code) 

Constructor

Parameters

string $message
\Exception $previous

Previous exception

integer $index

The current parser index

\Less_FileInfo|string $currentFile

The file

integer $code

The exception code

genMessage()

genMessage() : string

Converts the exception to string

Returns

string

getLineNumber()

getLineNumber() : integer

Returns the line number the error was encountered

Returns

integer

getColumn()

getColumn() : integer

Returns the column the error was encountered

Returns

integer

getInput()

getInput()