mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-08 14:01:06 -07:00
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
6 lines
120 B
PHP
6 lines
120 B
PHP
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
class TransferException extends \RuntimeException implements GuzzleException
|
|
{
|
|
}
|