[mod] Typo
This commit is contained in:
parent
5ef983b4cc
commit
2773092cfc
@ -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 ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user