X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=ship-simu%2Finc%2Fclasses%2Fexceptions%2Fmain%2Fclass_ExceptionNotFoundException.php;fp=ship-simu%2Finc%2Fclasses%2Fexceptions%2Fmain%2Fclass_ExceptionNotFoundException.php;h=e611f4a385efe4bb5014ecf5407898925d998d31;hb=85db0cda2cdb5a801db7020aa55b6f4d969f7674;hp=0000000000000000000000000000000000000000;hpb=6f7c99239b34b8ff5e05d719ea24dd213f03f955;p=shipsimu.git diff --git a/ship-simu/inc/classes/exceptions/main/class_ExceptionNotFoundException.php b/ship-simu/inc/classes/exceptions/main/class_ExceptionNotFoundException.php new file mode 100644 index 0000000..e611f4a --- /dev/null +++ b/ship-simu/inc/classes/exceptions/main/class_ExceptionNotFoundException.php @@ -0,0 +1,29 @@ +%s nicht gefunden.", + $classArray[0], + $this->getLine(), + $classArray[1] + ); + + // Call parent constructor + parent::__construct($message, $code); + } +} + +// [EOF] +?>