Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

TransferException.php

Same filename in this branch
  1. 11.1.x vendor/guzzlehttp/guzzle/src/Exception/TransferException.php

Namespace

Http\Client\Exception

File

vendor/php-http/httplug/src/Exception/TransferException.php

View source
<?php

namespace Http\Client\Exception;

use Http\Client\Exception;

/**
 * Base exception for transfer related exceptions.
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 */
class TransferException extends \RuntimeException implements Exception {

}

Classes

Title Deprecated Summary
TransferException Base exception for transfer related exceptions.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal