X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fcrypto%2Fclass_EncryptMissingException.php;h=ded067f587e3c65321d8645da5f519a7a67b8952;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hp=67cb4e8bb5756bdded67b742bccedadafa09a553;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/classes/exceptions/crypto/class_EncryptMissingException.php b/inc/classes/exceptions/crypto/class_EncryptMissingException.php index 67cb4e8b..ded067f5 100644 --- a/inc/classes/exceptions/crypto/class_EncryptMissingException.php +++ b/inc/classes/exceptions/crypto/class_EncryptMissingException.php @@ -2,11 +2,11 @@ /** * An exception thrown when the "encrypt" string is missing * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 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 @@ -29,9 +29,9 @@ class EncryptMissingException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct(Filterable $filterInstance, $code) { + public function __construct (Filterable $filterInstance, $code) { // Construct message - $message = sprintf("[%s:%d] Encrypt string is missing.", + $message = sprintf('[%s:%d] Encrypt string is missing.', $filterInstance->__toString(), $this->getLine() );