From 7980094d32a6468d1afab72276d3ea34de92ff0f Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 21 Nov 2023 19:31:28 +0100 Subject: [PATCH] Add fixing "extends" --- exceptions/MDMailerEncryptionFailedException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exceptions/MDMailerEncryptionFailedException.php b/exceptions/MDMailerEncryptionFailedException.php index 73393d1..8f8fa51 100644 --- a/exceptions/MDMailerEncryptionFailedException.php +++ b/exceptions/MDMailerEncryptionFailedException.php @@ -4,7 +4,7 @@ declare(strict_types = 1); /** * Exception to be thrown */ -final class MDMailerEncryptionFailedException { +final class MDMailerEncryptionFailedException extends Exception { /** * Error message. *