public function BackupMigrateException::getMessageRaw in Backup and Migrate 8.4
Get the unmodified message with replacement tokens.
Return value
null|string
File
- lib/
backup_migrate_core/ src/ Exception/ BackupMigrateException.php, line 37
Class
- BackupMigrateException
- Class BackupMigrateException.
Namespace
BackupMigrate\Core\ExceptionCode
public function getMessageRaw() {
return $this->message_raw;
}