Skip to content

Commit

Permalink
Add missing marker interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Jun 5, 2024
1 parent 3ae6181 commit ba8ff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnixTimestampOutOfRange.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Crell\Serde\Attributes\Enums\UnixTimeResolution;

class UnixTimestampOutOfRange extends \InvalidArgumentException
class UnixTimestampOutOfRange extends \InvalidArgumentException implements SerdeException
{
public readonly \DateTimeInterface $timestamp;
public readonly UnixTimeResolution $resolution;
Expand Down

0 comments on commit ba8ff86

Please sign in to comment.