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