4 lines
119 B
PHP
Executable file
4 lines
119 B
PHP
Executable file
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException implements GuzzleException {}
|