X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fexceptions%2Fclass_BirthdayInvalidException.php;h=f8279179b9c9cda16c4fea40cd2abed648a6eada;hp=032d5e46428b875a93f15acacac91c1ed1036698;hb=55be672a65bb8aadce8a45f4c54dca43a7c95d1f;hpb=ff66822b5fb6a92f5dc8af55290ecb89ec7f1aaf diff --git a/application/ship-simu/exceptions/class_BirthdayInvalidException.php b/application/ship-simu/exceptions/class_BirthdayInvalidException.php index 032d5e4..f827917 100644 --- a/application/ship-simu/exceptions/class_BirthdayInvalidException.php +++ b/application/ship-simu/exceptions/class_BirthdayInvalidException.php @@ -1,13 +1,30 @@ + * @version 0.0.0 + * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @license GNU GPL 3.0 or any newer version + * @link http://www.ship-simu.org + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class BirthdayInvalidException extends FrameworkException { - public function __construct ($birthArray, $code) { - // Cast the array - $birthArray = (array) $birthArray; - + public function __construct (array $birthArray, $code) { // Add a message around the missing class - $message = sprintf("Das Geburtsdatum %s ist leider falsch.", + $message = sprintf("Das Geburtsdatum %s ist leider falsch.", date("d.m.Y", mktime( 0, 0, 0, $birthArray[1],