X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=ship-simu%2Finc%2Fclasses%2Fexceptions%2Fio%2Fclass_PathIsEmptyException.php;fp=ship-simu%2Finc%2Fclasses%2Fexceptions%2Fio%2Fclass_PathIsEmptyException.php;h=6088d31c55096ee496a70e77b9691c2396b394ca;hp=0000000000000000000000000000000000000000;hb=85db0cda2cdb5a801db7020aa55b6f4d969f7674;hpb=6f7c99239b34b8ff5e05d719ea24dd213f03f955 diff --git a/ship-simu/inc/classes/exceptions/io/class_PathIsEmptyException.php b/ship-simu/inc/classes/exceptions/io/class_PathIsEmptyException.php new file mode 100644 index 0000000..6088d31 --- /dev/null +++ b/ship-simu/inc/classes/exceptions/io/class_PathIsEmptyException.php @@ -0,0 +1,29 @@ +__toString(), + $this->getLine() + ); + } + + // Call parent constructor + parent::__construct($message, $code); + } +} + +// [EOF] +?>