7 lines
120 B
PHP
Executable File
7 lines
120 B
PHP
Executable File
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException implements GuzzleException
|
|
{
|
|
}
|