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=18ec09644d2fd11b0aa891785bfac4819ee873e9;hp=0000000000000000000000000000000000000000;hb=666210d9addd5d19b9dba98b05e8b824b4116c9a;hpb=ab9c0550b44bdb6bbb930b4553f687702963801e diff --git a/inc/classes/exceptions/main/class_NoObjectException.php b/inc/classes/exceptions/main/class_NoObjectException.php new file mode 100644 index 0000000000..18ec09644d --- /dev/null +++ b/inc/classes/exceptions/main/class_NoObjectException.php @@ -0,0 +1,24 @@ +%s ist kein Objekt!", + $string + ); + + // Call parent constructor + parent::__construct($message, $code); + } +} + +// [EOF] +?>