]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/base64/class_Base64EncodingBadException.php
Introduced FileNotFoundException
[core.git] / inc / classes / exceptions / base64 / class_Base64EncodingBadException.php
index 239a6c90762a34a0b0db74dd0559a5bd02fd8906..a0f2fb71e8335e8b0bf7199dae3a08a203f94402 100644 (file)
@@ -3,11 +3,11 @@
  * Thrown if the given data contains characters that are not valid for
  * BASE64-encoding.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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]