You are here

class DestinationNotWritableException in Backup and Migrate 5.0.x

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

Hierarchy

Expanded class hierarchy of DestinationNotWritableException

4 files declare their use of DestinationNotWritableException
BrowserDownloadDestination.php in src/Core/Destination/BrowserDownloadDestination.php
DestinationBase.php in src/Core/Destination/DestinationBase.php
DirectoryDestination.php in src/Core/Destination/DirectoryDestination.php
StreamDestination.php in src/Core/Destination/StreamDestination.php

File

src/Core/Exception/DestinationNotWritableException.php, line 13

Namespace

Drupal\backup_migrate\Core\Exception
View source
class DestinationNotWritableException extends BackupMigrateException {

}

Members

Namesort descending Modifiers Type Description Overrides
BackupMigrateException::$messageRaw 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.