]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/package/class_InvalidDataChecksumException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / package / class_InvalidDataChecksumException.php
index a861b9443e3cba031e615802b457d65e536e600f..5bb084dac06ce7dd13d1893fc8bf092b9b7dde5a 100644 (file)
@@ -32,7 +32,7 @@ class InvalidDataChecksumException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] The checksum %s doesn't match the checksum of the content: %s",
+               $message = sprintf('[%s:%d] The checksum %s doesnt match the checksum of the content: %s',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[0]->getHashFromContentSessionId($messageArray[1], $messageArray[2][NetworkPackage::PACKAGE_DATA_SENDER]),