\PhugLexerException

Represents an exception that is thrown during the lexical analysis.

This exception is thrown when the lexer encounters invalid token relations

Summary

Methods
Properties
Constants
__construct()
getLocation()
getFailureMessage()
message()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$location
N/A

Properties

$location

$location : 

Type

Methods

__construct()

__construct(\Phug\Util\SourceLocationInterface  $location,   $message = '',   $code,   $previous = null) 

Parameters

\Phug\Util\SourceLocationInterface $location
$message
$code
$previous

getFailureMessage()

getFailureMessage(  $action,   $message, array  $details = array()) 

Parameters

$action
$message
array $details

message()

message(  $message, array  $details = array()) 

Parameters

$message
array $details