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 519a288 commit 7070b46Copy full SHA for 7070b46
Contents/docs/icehawk/final-responding.md
@@ -137,7 +137,7 @@ use IceHawk\IceHawk\Interfaces\RespondsFinallyToWriteRequest;
137
use IceHawk\IceHawk\Interfaces\ProvidesWriteRequestData;
138
use IceHawk\IceHawk\Constants\HttpCode;
139
140
-final class YourFinalReadResponder implements RespondsFinallyToWriteRequest
+final class YourFinalWriteResponder implements RespondsFinallyToWriteRequest
141
{
142
public function handleUncaughtException( \Throwable $throwable, ProvidesWriteRequestData $request )
143
0 commit comments