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
- class \BackupMigrate\Core\Exception\BackupMigrateException extends \Exception
- class \BackupMigrate\Core\Exception\IgnorableException
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\ExceptionView source
class IgnorableException extends BackupMigrateException {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BackupMigrateException:: |
protected | property | ||
BackupMigrateException:: |
protected | property | ||
BackupMigrateException:: |
public | function | Get the unmodified message with replacement tokens. | |
BackupMigrateException:: |
public | function | Construct the exception. Note: The message is NOT binary safe. |