Sid Gifari File Manager
🏠Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
php-http
/
httplug
/
src
/
Exception
/
Editing: TransferException.php
<?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 { }
Save
Cancel