backup_migrate-5.0.0-rc2/src/Core/Exception/IgnorableException.php
src/Core/Exception/IgnorableException.php
<?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 {}
