class DestinationNotWritableException in Backup and Migrate 8.4
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.
Hierarchy
- class \BackupMigrate\Core\Exception\BackupMigrateException extends \Exception
- class \BackupMigrate\Core\Exception\DestinationNotWritableException
 
 
Expanded class hierarchy of DestinationNotWritableException
4 files declare their use of DestinationNotWritableException
- BrowserDownloadDestination.php in lib/
backup_migrate_core/ src/ Destination/ BrowserDownloadDestination.php  - DestinationBase.php in lib/
backup_migrate_core/ src/ Destination/ DestinationBase.php  - DirectoryDestination.php in lib/
backup_migrate_core/ src/ Destination/ DirectoryDestination.php  - StreamDestination.php in lib/
backup_migrate_core/ src/ Destination/ StreamDestination.php  
File
- lib/
backup_migrate_core/ src/ Exception/ DestinationNotWritableException.php, line 14  
Namespace
BackupMigrate\Core\ExceptionView source
class DestinationNotWritableException extends BackupMigrateException {
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            BackupMigrateException:: | 
                  protected | property | ||
| 
            BackupMigrateException:: | 
                  protected | property | ||
| 
            BackupMigrateException:: | 
                  public | function | Get the unmodified message with replacement tokens. | |
| 
            BackupMigrateException:: | 
                  public | function | Construct the exception. Note: The message is NOT binary safe. |