IgnorableException.php in Backup and Migrate 8.4
Namespace
BackupMigrate\Core\ExceptionFile
lib/backup_migrate_core/src/Exception/IgnorableException.phpView source
<?php
namespace BackupMigrate\Core\Exception;
/**
* Class IgnorableException.
*
* This exception can be avoided by setting the 'ignore errors' setting.
*
* @package BackupMigrate\Core\Exception
*/
class IgnorableException extends BackupMigrateException {
}
Classes
Name | Description |
---|---|
IgnorableException | Class IgnorableException. |