Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 611c83e

Browse files
author
Shahar Evron
committed
Merge branch 'master' of git://git.zendframework.com/zf
24 parents 2a66011 + 518460f + 63a6a3b + f21d820 + 5b80282 + 8d4f7c0 + 3428c24 + 50a5cf9 + 0fcf91c + ffd0e6c + 90cc750 + 4c0cba4 + 9e64972 + 3a86f54 + f4931d8 + 9c496b9 + f36d38f + 1b580df + dab01ce + bc6e247 + 96739b6 + e1b5376 + 1c7183f + 0e68ed1 commit 611c83e

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

src/Transfer/Exception.php

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,12 @@
2626
/**
2727
* Exception class for Zend_File_Transfer
2828
*
29-
* @uses \Zend\Exception
3029
* @category Zend
3130
* @package Zend_File_Transfer
3231
* @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3332
* @license http://framework.zend.com/license/new-bsd New BSD License
3433
*/
3534
interface Exception
3635
{
37-
// protected $_fileerror = null;
38-
//
39-
// public function __construct($message, $fileerror = 0)
40-
// {
41-
// $this->_fileerror = $fileerror;
42-
// parent::__construct($message);
43-
// }
44-
//
45-
// /**
46-
// * Returns the transfer error code for the exception
47-
// * This is not the exception code !!!
48-
// *
49-
// * @return integer
50-
// */
51-
// public function getFileError()
52-
// {
53-
// return $this->_fileerror;
54-
// }
36+
5537
}

0 commit comments

Comments
 (0)