abook_carddav_squirrelmail/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php

8 lines
121 B
PHP

<?php
namespace GuzzleHttp\Exception;
class TransferException extends \RuntimeException implements GuzzleException
{
}