You are here

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

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\Exception
View source
class DestinationNotWritableException extends BackupMigrateException {

}

Members

Namesort descending Modifiers Type Description Overrides
BackupMigrateException::$message_raw protected property
BackupMigrateException::$replacement protected property
BackupMigrateException::getMessageRaw public function Get the unmodified message with replacement tokens.
BackupMigrateException::__construct public function Construct the exception. Note: The message is NOT binary safe.