You are here

class HttpClientException in Backup and Migrate 8.4

Class HttpClientException.

@package BackupMigrate\Core\Exception

Hierarchy

Expanded class hierarchy of HttpClientException

1 file declares its use of HttpClientException
PhpCurlHttpClient.php in lib/backup_migrate_core/src/Service/PhpCurlHttpClient.php

File

lib/backup_migrate_core/src/Exception/HttpClientException.php, line 10

Namespace

BackupMigrate\Core\Exception
View source
class HttpClientException 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.