You are here

DestinationNotWritableException.php in Backup and Migrate 8.4

File

lib/backup_migrate_core/src/Exception/DestinationNotWritableException.php
View source
<?php

namespace BackupMigrate\Core\Exception;


/**
 * Class DestinationNotWritableException.
 *
 * @package BackupMigrate\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.
 */
class DestinationNotWritableException extends BackupMigrateException {

}

Classes

Namesort descending Description
DestinationNotWritableException Class DestinationNotWritableException.