You are here

class IgnorableException in Backup and Migrate 5.0.x

This exception can be avoided by setting the 'ignore errors' setting.

@package Drupal\backup_migrate\Core\Exception

Hierarchy

Expanded class hierarchy of IgnorableException

1 file declares its use of IgnorableException
FileDirectorySource.php in src/Core/Source/FileDirectorySource.php

File

src/Core/Exception/IgnorableException.php, line 10

Namespace

Drupal\backup_migrate\Core\Exception
View source
class IgnorableException extends BackupMigrateException {

}

Members

Namesort descending Modifiers Type Description Overrides
BackupMigrateException::$messageRaw protected property
BackupMigrateException::$replacement protected property
BackupMigrateException::getMessageRaw public function Get the unmodified message with replacement tokens.
BackupMigrateException::__construct public function Construct the exception. Note: The message is NOT binary safe.