public function BackupMigrateException::getMessageRaw in Backup and Migrate 5.0.x
Get the unmodified message with replacement tokens.
Return value
null|string
File
- src/
Core/ Exception/ BackupMigrateException.php, line 42
Class
- BackupMigrateException
- @package Drupal\backup_migrate\Core\Exception
Namespace
Drupal\backup_migrate\Core\ExceptionCode
public function getMessageRaw() {
return $this->messageRaw;
}