Skip to content

Commit dfbbf6b

Browse files
dbuNyholm
authored andcommitted
adjust phpdoc of error plugin (#27)
there is no configuration for status codes in error plugin
1 parent fa291ea commit dfbbf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/ErrorPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Throw exception when the response of a request is not acceptable.
1313
*
14-
* By default an exception will be thrown for all status codes from 400 to 599.
14+
* Status codes 400-499 lead to a ClientErrorException, status 500-599 to a ServerErrorException.
1515
*
1616
* @author Joel Wurtz <[email protected]>
1717
*/

0 commit comments

Comments
 (0)