You are here

class IgnorableException in Backup and Migrate 8.4

Class IgnorableException.

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

@package BackupMigrate\Core\Exception

Hierarchy

Expanded class hierarchy of IgnorableException

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

File

lib/backup_migrate_core/src/Exception/IgnorableException.php, line 12

Namespace

BackupMigrate\Core\Exception
View source
class IgnorableException extends BackupMigrateException {

}

Members

Namesort descending Modifiers Type Description Overrides
BackupMigrateException::$message_raw 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.