X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Ffile_directory%2Fclass_InvalidDataLengthException.php;h=98745834bc60d9bfbbafc97ee53bb2643c3c5e85;hp=fb24016301ea00cc63d92e130ad1238e6e95c2ce;hb=95a008a7823f28fa6a1172798e0d7565385055d4;hpb=751f9e6c51f00dba27757b72fc85490e51fd3797 diff --git a/inc/main/exceptions/file_directory/class_InvalidDataLengthException.php b/inc/main/exceptions/file_directory/class_InvalidDataLengthException.php index fb240163..98745834 100644 --- a/inc/main/exceptions/file_directory/class_InvalidDataLengthException.php +++ b/inc/main/exceptions/file_directory/class_InvalidDataLengthException.php @@ -1,12 +1,16 @@ * @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 + * @deprecated Don't use this anymore * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,7 +45,5 @@ class InvalidDataLengthException extends FrameworkException { // Call parent constructor parent::__construct($message, $code); } -} -// [EOF] -?> +}