public function Twig_Error::getRawMessage

Gets the raw message.

Return value

string The raw message

File

drupal/core/vendor/twig/twig/lib/Twig/Error.php, line 84

Class

Twig_Error
Twig base exception.

Code

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