File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.0.0 - 2016-01-27
4
+
5
+ ### Changed
6
+
7
+ - Remove useless interface in BatchException
8
+
3
9
4
10
## 0.2.0 - 2016-01-12
5
11
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This package provides common tools for HTTP Clients:
29
29
30
30
## Documentation
31
31
32
- Please see the [ official documentation] ( http://docs.httplug.io ) .
32
+ Please see the [ official documentation] ( http://docs.php-http.org/en/latest/components/client-common.html ) .
33
33
34
34
35
35
## Testing
@@ -46,8 +46,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
46
46
47
47
## Security
48
48
49
- If you discover any security related issues, please contact us at [ security@httplug.io ] ( mailto:security@httplug.io )
50
- or [ security@php-http.org ] ( mailto:security@php-http.org ) .
49
+ If you discover any security related issues, please contact us at [ security@php-http.org ] ( mailto:security@php-http.org ) .
51
50
52
51
53
52
## License
Original file line number Diff line number Diff line change 30
30
},
31
31
"extra" : {
32
32
"branch-alias" : {
33
- "dev-master" : " 0.3 -dev"
33
+ "dev-master" : " 1.1 -dev"
34
34
}
35
35
},
36
- "prefer-stable" : true ,
37
- "minimum-stability" : " RC"
36
+ "prefer-stable" : true
38
37
}
Original file line number Diff line number Diff line change 2
2
3
3
namespace Http \Client \Common \Exception ;
4
4
5
- use Http \Client \Exception ;
6
5
use Http \Client \Exception \TransferException ;
7
6
use Http \Client \Common \BatchResult ;
8
7
13
12
*
14
13
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
15
14
*/
16
- final class BatchException extends TransferException implements Exception
15
+ final class BatchException extends TransferException
17
16
{
18
17
/**
19
18
* @var BatchResult
You can’t perform that action at this time.
0 commit comments