mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-07 13:31:31 -07:00
4 lines
119 B
PHP
4 lines
119 B
PHP
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException implements GuzzleException {}
|