Skip to content

Commit 928d774

Browse files
dunglasfabpot
authored andcommitted
[HttpClient] Make exceptions public
1 parent 29f81b0 commit 928d774

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Symfony/Component/HttpClient/Exception/ClientException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @internal
21+
* @experimental in 4.3
2222
*/
2323
final class ClientException extends \RuntimeException implements ClientExceptionInterface
2424
{

src/Symfony/Component/HttpClient/Exception/InvalidArgumentException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Nicolas Grekas <p@tchwork.com>
1818
*
19-
* @internal
19+
* @experimental in 4.3
2020
*/
2121
final class InvalidArgumentException extends \InvalidArgumentException implements TransportExceptionInterface
2222
{

src/Symfony/Component/HttpClient/Exception/JsonException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @internal
21+
* @experimental in 4.3
2222
*/
2323
final class JsonException extends \JsonException implements TransportExceptionInterface
2424
{

src/Symfony/Component/HttpClient/Exception/RedirectionException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @internal
21+
* @experimental in 4.3
2222
*/
2323
final class RedirectionException extends \RuntimeException implements RedirectionExceptionInterface
2424
{

src/Symfony/Component/HttpClient/Exception/ServerException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @internal
21+
* @experimental in 4.3
2222
*/
2323
final class ServerException extends \RuntimeException implements ServerExceptionInterface
2424
{

src/Symfony/Component/HttpClient/Exception/TransportException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Nicolas Grekas <p@tchwork.com>
1818
*
19-
* @internal
19+
* @experimental in 4.3
2020
*/
2121
final class TransportException extends \RuntimeException implements TransportExceptionInterface
2222
{

0 commit comments

Comments
 (0)