changeset 18 | be944660c56a |
parent 7 | cf61fcea0001 |
17:34716fd837a4 | 18:be944660c56a |
---|---|
1 <?php |
1 <?php |
2 |
2 |
3 class Requests_Exception_Transport_cURL extends Requests_Exception_Transport { |
3 class Requests_Exception_Transport_cURL extends Requests_Exception_Transport { |
4 |
4 |
5 const EASY = 'cURLEasy'; |
5 const EASY = 'cURLEasy'; |
6 const MULTI = 'cURLMulti'; |
6 const MULTI = 'cURLMulti'; |
7 const SHARE = 'cURLShare'; |
7 const SHARE = 'cURLShare'; |
8 |
8 |
9 /** |
9 /** |
10 * cURL error code |
10 * cURL error code |