You are here

IgnorableException.php in Backup and Migrate 5.0.x

File

src/Core/Exception/IgnorableException.php
View source
<?php

namespace Drupal\backup_migrate\Core\Exception;


/**
 * This exception can be avoided by setting the 'ignore errors' setting.
 *
 * @package Drupal\backup_migrate\Core\Exception
 */
class IgnorableException extends BackupMigrateException {

}

Classes

Namesort descending Description
IgnorableException This exception can be avoided by setting the 'ignore errors' setting.