X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_NullPointerException.php;fp=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_NullPointerException.php;h=03cfe8aa2d2e2c913bcff05f0063712940ef81b2;hp=0000000000000000000000000000000000000000;hb=666210d9addd5d19b9dba98b05e8b824b4116c9a;hpb=ab9c0550b44bdb6bbb930b4553f687702963801e diff --git a/inc/classes/exceptions/main/class_NullPointerException.php b/inc/classes/exceptions/main/class_NullPointerException.php new file mode 100644 index 0000000000..03cfe8aa2d --- /dev/null +++ b/inc/classes/exceptions/main/class_NullPointerException.php @@ -0,0 +1,25 @@ +null gesetzt.", + $class->__toString(), + $this->getLine() + ); + + // Call parent constructor + parent::__construct($message, $code); + } +} + +// [EOF] +?>