X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_NoObjectException.php;fp=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_NoObjectException.php;h=c1696850002f1ed2b7fb0668755960cb8df48341;hp=7f3da772598262156d4f6301c996575cb09c63d7;hb=08227915e99f2ebdc8a109f39326b2a316366dbf;hpb=014feb51ca186f4b66edeee7dca62a190dff0564;ds=sidebyside diff --git a/inc/classes/exceptions/main/class_NoObjectException.php b/inc/classes/exceptions/main/class_NoObjectException.php index 7f3da77259..c169685000 100644 --- a/inc/classes/exceptions/main/class_NoObjectException.php +++ b/inc/classes/exceptions/main/class_NoObjectException.php @@ -31,7 +31,7 @@ class NoObjectException 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 Objekt!", $string