X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fbase64%2Fclass_Base64EncodingBadException.php;h=a0f2fb71e8335e8b0bf7199dae3a08a203f94402;hb=b1683de32141e80fb17d5ff1a6f460186e22d961;hp=239a6c90762a34a0b0db74dd0559a5bd02fd8906;hpb=b532d52afc61415abf64d7ddfa7dc277884feae0;p=core.git diff --git a/inc/classes/exceptions/base64/class_Base64EncodingBadException.php b/inc/classes/exceptions/base64/class_Base64EncodingBadException.php index 239a6c90..a0f2fb71 100644 --- a/inc/classes/exceptions/base64/class_Base64EncodingBadException.php +++ b/inc/classes/exceptions/base64/class_Base64EncodingBadException.php @@ -3,11 +3,11 @@ * Thrown if the given data contains characters that are not valid for * BASE64-encoding. * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.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 @@ -32,7 +32,7 @@ class Base64EncodingBadException extends FrameworkException { */ public function __construct (array $messageArray, $code) { // Construct message - $message = sprintf("[%s:%d] Raw data %s contains invalid characters for BASE64-encoding.", + $message = sprintf('[%s:%d] Raw data %s contains invalid characters for BASE64-encoding.', $messageArray[0]->__toString(), $this->getLine(), $messageArray[1]