class HttpClientException in Backup and Migrate 5.0.x
@package Drupal\backup_migrate\Core\Exception
Hierarchy
- class \Drupal\backup_migrate\Core\Exception\BackupMigrateException extends \Exception
- class \Drupal\backup_migrate\Core\Exception\HttpClientException
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\ExceptionView source
class HttpClientException 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. |