You are here

IgnorableException.php in Backup and Migrate 8.4

File

lib/backup_migrate_core/src/Exception/IgnorableException.php
View 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

Namesort descending Description
IgnorableException Class IgnorableException.