Add fixing "extends"
This commit is contained in:
parent
bc998fbfa0
commit
7980094d32
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user