TransferException.php 263 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?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 { }