Resources/Http/Httplug/Exception/TransferException.php
Dennis Eichhorn 7e0153ea0f perm change
2023-03-25 22:32:11 +00:00

15 lines
263 B
PHP
Executable File

<?php
namespace Http\Client\Exception;
use Http\Client\Exception;
/**
* Base exception for transfer related exceptions.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*/
class TransferException extends \RuntimeException implements Exception
{
}