You are here

class HttpClientException in Backup and Migrate 5.0.x

@package Drupal\backup_migrate\Core\Exception

Hierarchy

Expanded class hierarchy of HttpClientException

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

File

src/Core/Exception/HttpClientException.php, line 10

Namespace

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