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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Exception.php

function Exception::getPosition

Returns the error position

Return value

Position

Overrides Exception::getPosition

1 method overrides Exception::getPosition()
Exception::getPosition in vendor/mck89/peast/lib/Peast/Syntax/Exception.php
Returns the error position

File

vendor/mck89/peast/lib/Peast/Syntax/Exception.php, line 46

Class

Exception
Syntax exception class. Syntax errors in the source are thrown using this using this exception class.

Namespace

Peast\Syntax

Code

public function getPosition() {
    return $this->position;
}
RSS feed
Powered by Drupal