Skip to content

Commit f4073e0

Browse files
committed
Remove period to align with other exception messages
1 parent 5d1bd3f commit f4073e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public function move(string $folder, bool $expunge = false): void
316316

317317
default:
318318
throw new ImapCapabilityException(
319-
'Unable to move message. Server does not support MOVE or UIDPLUS capabilities.'
319+
'Unable to move message. Server does not support MOVE or UIDPLUS capabilities'
320320
);
321321
}
322322
}

0 commit comments

Comments
 (0)