Skip to content

Commit 9bf55ac

Browse files
committed
Merge branch 'main' into develop
2 parents ab3aaf3 + 14c540c commit 9bf55ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NotificationCenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public function createBasicStampsForNotification(int $id, TokenCollection|array
383383
$notificationConfig = $this->configLoader->loadNotification($id);
384384

385385
if (!$notificationConfig instanceof NotificationConfig) {
386-
throw CouldNotCreateParcelException::becauseOfNonExistentMessage($id);
386+
throw CouldNotCreateParcelException::becauseOfNonExistentNotification($id);
387387
}
388388

389389
$stamps = new StampCollection([new NotificationConfigStamp($notificationConfig)]);

0 commit comments

Comments
 (0)