X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fexceptions%2Fclass_PersonellListAlreadyCreatedException.php;h=d62533644b75d7674fcf492298fdc8f79ad2868d;hp=88ae2a11ebfe82abc336051452acd450acc6ebfc;hb=86553167136d11d44e1d938e964134c038785e3e;hpb=55b327a3f5f2fe1d244532e07be7444e94b2a768 diff --git a/application/ship-simu/exceptions/class_PersonellListAlreadyCreatedException.php b/application/ship-simu/exceptions/class_PersonellListAlreadyCreatedException.php index 88ae2a1..d625336 100644 --- a/application/ship-simu/exceptions/class_PersonellListAlreadyCreatedException.php +++ b/application/ship-simu/exceptions/class_PersonellListAlreadyCreatedException.php @@ -22,7 +22,7 @@ * along with this program. If not, see . */ class PersonellListAlreadyCreatedException extends FrameworkException { - public function __construct (BaseFrameworkSystem $class, $code) { + public function __construct (FrameworkInterface $class, $code) { // Add a message around the missing class $message = sprintf("[%s:] Die interne Crew-Liste wurde bereits initialisiert.", $class->__toString()