X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_ExceptionNotFoundException.php;h=33867ae4d2d2718d7ed1e70828cfba6452b87b56;hp=131e732cb35fea5a06c3c7f122d5de4191722a75;hb=08227915e99f2ebdc8a109f39326b2a316366dbf;hpb=014feb51ca186f4b66edeee7dca62a190dff0564 diff --git a/inc/classes/exceptions/main/class_ExceptionNotFoundException.php b/inc/classes/exceptions/main/class_ExceptionNotFoundException.php index 131e732cb3..33867ae4d2 100644 --- a/inc/classes/exceptions/main/class_ExceptionNotFoundException.php +++ b/inc/classes/exceptions/main/class_ExceptionNotFoundException.php @@ -29,7 +29,7 @@ class ExceptionNotFoundException extends FrameworkException { * @param $code Code number for the exception * @return void */ - public final function __construct (array $classArray, $code) { + public function __construct (array $classArray, $code) { // Cast the array $classArray = (array) $classArray;