Home
last modified time | relevance | path

Searched refs:tokenInstance (Results 1 – 1 of 1) sorted by relevance

/plugin/ifauthex/lib/
H A Dexceptions.php83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) { argument
84 $this->_tokenInstance = $tokenInstance;
85 … $message = 'Stray token encountered at position ' . $tokenInstance->position() . ', around "';
87 …$message .= mb_substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstan…
89 …$message .= substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstance-…