Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/exception/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ enum Message: string
*/
case FAIL_PARSING_REQUEST_BODY = 'Unable to parse request body; %s';

/**
* Error when the PSR-7 request adapter is not set.
*
* Format: "PSR-7 request adapter is not set."
*/
case PSR7_REQUEST_ADAPTER_NOT_SET = 'PSR-7 request adapter is not set.';

/**
* Error when output has already been emitted.
*
Expand Down
Loading