Add fixing "extends"

This commit is contained in:
Joshua Ramon Enslin 2023-11-21 19:31:28 +01:00
parent bc998fbfa0
commit 7980094d32
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -4,7 +4,7 @@ declare(strict_types = 1);
/**
* Exception to be thrown
*/
final class MDMailerEncryptionFailedException {
final class MDMailerEncryptionFailedException extends Exception {
/**
* Error message.
*