We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa291ea commit dfbbf6bCopy full SHA for dfbbf6b
src/Plugin/ErrorPlugin.php
@@ -11,7 +11,7 @@
11
/**
12
* Throw exception when the response of a request is not acceptable.
13
*
14
- * By default an exception will be thrown for all status codes from 400 to 599.
+ * Status codes 400-499 lead to a ClientErrorException, status 500-599 to a ServerErrorException.
15
16
* @author Joel Wurtz <joel.wurtz@gmail.com>
17
*/
0 commit comments