public function Twig_Error::getRawMessage in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Error.php \Twig_Error::getRawMessage()
Gets the raw message.
Return value
string The raw message
File
- vendor/
Twig/ Error.php, line 84
Class
- Twig_Error
- Twig base exception.
Code
public function getRawMessage() {
return $this->rawMessage;
}