backup_migrate-5.0.0-rc2/src/Core/Exception/DestinationNotWritableException.php
src/Core/Exception/DestinationNotWritableException.php
<?php
namespace Drupal\backup_migrate\Core\Exception;
/**
* Thrown if a destination cannot be written to for any reason.
*
* May be recoverable if the backup operation specifies alternative destinations
* or fatal if not.
*
* @package Drupal\backup_migrate\Core\Exception
*/
class DestinationNotWritableException extends BackupMigrateException {}
