X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_NoArrayException.php;h=eacfca363511b21b04b975d159c2ff7514b9fc70;hb=22b61f4dd9d76cdfc36f39333896400f66535f18;hp=9e5942b1ac5cfb5980081e41441321ffc15d91c1;hpb=3a7401725dcb08ca2a0da6f7a2f95fecc68adef5;p=hub.git diff --git a/inc/classes/exceptions/main/class_NoArrayException.php b/inc/classes/exceptions/main/class_NoArrayException.php index 9e5942b1a..eacfca363 100644 --- a/inc/classes/exceptions/main/class_NoArrayException.php +++ b/inc/classes/exceptions/main/class_NoArrayException.php @@ -27,7 +27,7 @@ class NoArrayException extends FrameworkException { * @param $code Code number for the exception * @return void */ - public final function __construct ($string, $code) { + public function __construct ($string, $code) { // Add a message around the missing class $message = sprintf("%s ist kein Array!", $string