mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-02-07 18:20:10 +01:00
7 lines
120 B
PHP
7 lines
120 B
PHP
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException implements GuzzleException
|
|
{
|
|
}
|