Skip to content

Commit

Permalink
Remove redundant class
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Jan 13, 2024
1 parent 3a689a2 commit 5dd848c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
56 changes: 0 additions & 56 deletions src/Exception/NoKeyInPayloadException.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/Message/MessageSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use InvalidArgumentException;
use JsonException;
use Yiisoft\Queue\Exception\NoKeyInPayloadException;

final class MessageSerializer implements MessageSerializerInterface
{
Expand All @@ -26,7 +25,6 @@ public function serialize(MessageInterface $message): string

/**
* @throws JsonException
* @throws NoKeyInPayloadException
* @throws InvalidArgumentException
*/
public function unserialize(string $value): MessageInterface
Expand Down

0 comments on commit 5dd848c

Please sign in to comment.