Add fixing "extends"

This commit is contained in:
2023-11-21 19:31:28 +01:00
parent bc998fbfa0
commit 7980094d32

View File

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