X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fcrypto%2Fclass_EncryptMissingException.php;h=1f846108fb02d881b484db5c96ecc8923121279c;hp=360a1f1336d59bde60809ff68ddd2aeca6132479;hb=6536a4dda3b96201f7f5551dc5d42559cf8b453d;hpb=edc181f932fe9e67cf8bb7ef0cd6af0f6d8da0f3 diff --git a/inc/classes/exceptions/crypto/class_EncryptMissingException.php b/inc/classes/exceptions/crypto/class_EncryptMissingException.php index 360a1f13..1f846108 100644 --- a/inc/classes/exceptions/crypto/class_EncryptMissingException.php +++ b/inc/classes/exceptions/crypto/class_EncryptMissingException.php @@ -29,7 +29,7 @@ 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.", $filterInstance->__toString(),