Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal