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

Breadcrumb

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

function Error::getRawMessage

Same name in this branch
  1. 11.1.x vendor/twig/twig/src/Error/Error.php \Twig\Error\Error::getRawMessage()

Gets the error message

Return value

string Error message

1 call to Error::getRawMessage()
Error::getMessageWithColumnInfo in vendor/nikic/php-parser/lib/PhpParser/Error.php
Formats message including line and column information.

File

vendor/nikic/php-parser/lib/PhpParser/Error.php, line 27

Class

Error

Namespace

PhpParser

Code

public function getRawMessage() : string {
    return $this->rawMessage;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal