X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Ffile_directory%2Fclass_FileIoException.php;h=a445dd7842c56c09127cdf7d643ec8b47c5bf451;hp=85744cbcc2bf855bab640ba498aa3af965ac9778;hb=7629f2314d517561d4301ddfb068a797b6ed8700;hpb=751f9e6c51f00dba27757b72fc85490e51fd3797 diff --git a/inc/main/exceptions/file_directory/class_FileIoException.php b/inc/main/exceptions/file_directory/class_FileIoException.php index 85744cbc..a445dd78 100644 --- a/inc/main/exceptions/file_directory/class_FileIoException.php +++ b/inc/main/exceptions/file_directory/class_FileIoException.php @@ -1,11 +1,17 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -37,7 +43,5 @@ class FileIoException extends FrameworkException { // Call parent constructor parent::__construct($message, $code); } -} -// [EOF] -?> +}