Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Lexer.php
function Lexer::parseError
Parameters
string $str
:
Return value
never
2 calls to
Lexer::parseError()
Lexer::lex
in vendor/
seld/
jsonlint/
src/
Seld/
JsonLint/
Lexer.php
Lexer::next
in vendor/
seld/
jsonlint/
src/
Seld/
JsonLint/
Lexer.php
File
vendor/
seld/
jsonlint/
src/
Seld/
JsonLint/
Lexer.php
, line 201
Class
Lexer
Lexer class
Namespace
Seld\JsonLint
Code
protected
function
parseError
(
$str
) {
throw
new
ParsingException
(
$str
); }
RSS feed