[mod] Typo

This commit is contained in:
Jose Pabl Domingo Aramburo Sanchez 2018-08-04 21:00:19 -06:00
parent 5ef983b4cc
commit 2773092cfc
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class cryptographyService{
return "$ivInHex$hexedCipherText"; return "$ivInHex$hexedCipherText";
} catch (Exception $e) { } catch (Exception $e) {
throw new Exception('here was an error encrypting the string, contact the system administrator.'); throw new Exception('There was an error encrypting the string, contact the system administrator.');
$this->logger->warning("There was an error in the cryptographyService->encryptString caused by: $e "); $this->logger->warning("There was an error in the cryptographyService->encryptString caused by: $e ");
} }
} }